From 184f57554e613900fe6ade0001de8e3d36030356 Mon Sep 17 00:00:00 2001 From: kiel-h-byrne Date: Tue, 30 Jan 2024 23:27:43 -0500 Subject: [PATCH] button behind auth --- components/MyAvatar.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/MyAvatar.tsx b/components/MyAvatar.tsx index 47d7753..c848725 100644 --- a/components/MyAvatar.tsx +++ b/components/MyAvatar.tsx @@ -77,11 +77,13 @@ const MyAvatar = () => { {isLoggedIn ? ( - + <> + + + ) : ( )} -