diff options
author | Parker <contact@pkrm.dev> | 2024-11-15 00:30:43 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-15 00:30:43 -0600 |
commit | 04cc3869c2844bb82ac6975ee218141104385c35 (patch) | |
tree | 1a4c9622606ea4e562a00f6fc022d7c802e3742d /app/src/components/Navbar.tsx | |
parent | dbc53a555e64fdd0b848bf33b4208820b8701509 (diff) |
Extra route + Much more UI
Diffstat (limited to 'app/src/components/Navbar.tsx')
-rw-r--r-- | app/src/components/Navbar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/components/Navbar.tsx b/app/src/components/Navbar.tsx index 53c1f52..ea49ea8 100644 --- a/app/src/components/Navbar.tsx +++ b/app/src/components/Navbar.tsx @@ -23,7 +23,7 @@ function Navbar() { }; checkAPIStatus(); - }); + }, []); return ( <div className={styles.navbar}> |