From 9608c892a9675406231be03c27352feb6bcde789 Mon Sep 17 00:00:00 2001 From: Sean Norwood Date: Thu, 7 Apr 2022 22:52:28 +0000 Subject: [PATCH] chore: fix up nav Next requires links to use next/link Fixed Icon sizes --- tubearchivist/www/src/components/Nav.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tubearchivist/www/src/components/Nav.tsx b/tubearchivist/www/src/components/Nav.tsx index 5fd443a..9767aeb 100644 --- a/tubearchivist/www/src/components/Nav.tsx +++ b/tubearchivist/www/src/components/Nav.tsx @@ -35,9 +35,11 @@ export const Nav = () => {
home
- -
channels
-
+ + +
channels
+
+
playlists
@@ -48,7 +50,7 @@ export const Nav = () => {
{ { onClick={!!session?.user ? () => signOut() : () => signIn()} >