From 8f94bdf73a82eca3551913aace32aa153f0f388b Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:11:19 -0500 Subject: [PATCH] [S] styling fixes --- frontend/src/components/NavBar.tsx | 4 ++-- frontend/src/pages/Review.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/NavBar.tsx b/frontend/src/components/NavBar.tsx index 1eed505..cce564d 100644 --- a/frontend/src/components/NavBar.tsx +++ b/frontend/src/components/NavBar.tsx @@ -18,7 +18,7 @@ export default function NavBar() { const navItems = [ { icon: "mdi:book", label: "Courses", path: "/courses" }, - { icon: "mdi:earth", label: "Collab Learning", path: "/collab-learning" }, + { icon: "mdi:earth", label: "Collab", path: "/collab-learning" }, { icon: "mdi:clipboard-text-clock", label: "Review", path: "/review" }, { icon: "mdi:microphone-message", label: "Speaking", path: "/speaking" }, { icon: "mdi:account", label: "Profile", path: "/profile" }, @@ -38,4 +38,4 @@ export default function NavBar() { ))} ) -} \ No newline at end of file +} diff --git a/frontend/src/pages/Review.tsx b/frontend/src/pages/Review.tsx index e982cad..62b9258 100644 --- a/frontend/src/pages/Review.tsx +++ b/frontend/src/pages/Review.tsx @@ -56,9 +56,9 @@ export default function Review() { return (
-

Review Page

+

Review Page

Written

-
+
{writtenReview.map(lesson => (
) -} \ No newline at end of file +}