From a9c5043eb98ac7d6c18e2ecd953dc3dfa2f5b4d9 Mon Sep 17 00:00:00 2001 From: Aname326 Date: Tue, 19 Mar 2024 14:11:13 +1300 Subject: [PATCH 1/4] navbar div in navbar js --- src/components/navbar.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/navbar.js b/src/components/navbar.js index e69de29..007a17f 100644 --- a/src/components/navbar.js +++ b/src/components/navbar.js @@ -0,0 +1,5 @@ +function Navbar() { + return ( +
+ ) +} \ No newline at end of file From ed369672b55f24aeffd80c5fbb3900a9fbb6f422 Mon Sep 17 00:00:00 2001 From: Aname326 Date: Tue, 19 Mar 2024 14:13:06 +1300 Subject: [PATCH 2/4] navbar css file --- src/styles/navbar.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/styles/navbar.css diff --git a/src/styles/navbar.css b/src/styles/navbar.css new file mode 100644 index 0000000..e69de29 From 7605e1da8695d731fa7b4315db39f456871d95fa Mon Sep 17 00:00:00 2001 From: Aname326 Date: Tue, 19 Mar 2024 14:16:47 +1300 Subject: [PATCH 3/4] adding into website --- src/App.js | 2 +- src/components/navbar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index ee24e15..0a4f807 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ import './App.css'; function App() { return (
- +
); } diff --git a/src/components/navbar.js b/src/components/navbar.js index 007a17f..bff83e5 100644 --- a/src/components/navbar.js +++ b/src/components/navbar.js @@ -1,5 +1,5 @@ function Navbar() { return ( -
+
) } \ No newline at end of file From f17efaf54be068eb219c505fea42bb8847c53136 Mon Sep 17 00:00:00 2001 From: Aname326 Date: Tue, 19 Mar 2024 14:17:37 +1300 Subject: [PATCH 4/4] testing navbar --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 0a4f807..4bf57b9 100644 --- a/src/App.js +++ b/src/App.js @@ -4,7 +4,7 @@ import './App.css'; function App() { return (
-
+
navbar
); }