From 41b373ab158811cdf0285a8b540ae73fb12ad4e5 Mon Sep 17 00:00:00 2001 From: Factiven Date: Sat, 22 Apr 2023 20:37:23 +0700 Subject: moopa.live --- components/navbar.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'components/navbar.js') diff --git a/components/navbar.js b/components/navbar.js index 74e67e7..b6dcb47 100644 --- a/components/navbar.js +++ b/components/navbar.js @@ -67,9 +67,11 @@ function Navbar(props) { href={`/profile/${session?.user?.name}`} className="fixed md:hidden bottom-[100px] w-[60px] h-[60px] flex items-center justify-center right-[20px] rounded-full z-50 bg-[#17171f]" > - user avatar @@ -263,9 +265,11 @@ function Navbar(props) { {session && (
  • -- cgit v1.2.3