From 47b429e8b1c8ae99a945ee0795d98311bc2aba42 Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 12 Nov 2024 23:34:45 -0600 Subject: basic navbar --- app/src/components/Navbar.tsx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'app/src/components/Navbar.tsx') diff --git a/app/src/components/Navbar.tsx b/app/src/components/Navbar.tsx index 7ffb514..5107bf4 100644 --- a/app/src/components/Navbar.tsx +++ b/app/src/components/Navbar.tsx @@ -1,10 +1,23 @@ import styles from '../styles/Navbar.module.css'; +import { Link } from 'react-router-dom'; function Navbar() { return ( - +
+
+ + Login + + + Signup + +
+
+ + API Status + +
+
); } -- cgit v1.2.3-70-g09d2