Skip to content

Commit

Permalink
Update to signup and login successfully.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vermouth10 committed Nov 30, 2024
1 parent 5253f76 commit 9a14244
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 18 deletions.
44 changes: 28 additions & 16 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.0",
"mongoose": "^8.8.1",
"ts-node": "^10.9.2",
"uuid": "^9.0.1"
},
Expand Down
29 changes: 29 additions & 0 deletions frontend/public/ANO_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/anologo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Navbar: React.FC = () => {
</button>
<Link to="/">
<img
src="/UNO_Logo.svg"
src="/ANO_logo.svg"
alt="logo"
className="w-24 h-24 sm:w-20 sm:h-20 md:w-24 md:h-24 lg:w-28 lg:h-28"
/>
Expand Down

0 comments on commit 9a14244

Please sign in to comment.