Skip to content

Commit

Permalink
Merge pull request #59 from CS3219-AY2425S1/ui-update
Browse files Browse the repository at this point in the history
UI update
  • Loading branch information
guowei42 authored Nov 13, 2024
2 parents 3eb48b0 + 598e040 commit 356b9ef
Show file tree
Hide file tree
Showing 15 changed files with 5,191 additions and 3,659 deletions.
8,115 changes: 4,765 additions & 3,350 deletions client/package-lock.json

Large diffs are not rendered by default.

Binary file removed client/public/favicon.ico
Binary file not shown.
Binary file added client/public/image.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/image.ico" />

<!--font used-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -19,7 +19,7 @@
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/image.ico" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -34,7 +34,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>PeerPrep</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added client/public/logo.ico
Binary file not shown.
Binary file removed client/public/logo192.png
Binary file not shown.
Binary file removed client/public/logo512.png
Binary file not shown.
16 changes: 3 additions & 13 deletions client/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "PeerPrep",
"name": "PeerPrep",
"icons": [
{
"src": "favicon.ico",
"src": "image.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down
110 changes: 55 additions & 55 deletions client/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions client/src/assets/small_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 356b9ef

Please sign in to comment.