mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-15 02:06:01 -07:00
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:
parent
801760e8f8
commit
9e1bf59f43
8 changed files with 710 additions and 27 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue