Navbar Login Logic

Added the logic for showing either "Login or Sign Up"  or an Account Icon with a dropdown menu at the top of the navbar.
This commit is contained in:
jveebs 2023-03-28 15:17:50 -04:00
parent 801760e8f8
commit 9e1bf59f43
8 changed files with 710 additions and 27 deletions

View file

@ -17,7 +17,7 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter&family=Roboto&display=swap" rel="stylesheet">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.