From c6b5df0426172a81959f7f650b39f90a43c01d8c Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Mon, 14 Aug 2023 13:19:10 -0500 Subject: [PATCH] small css fix --- src/components/layout/account-switcher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout/account-switcher.tsx b/src/components/layout/account-switcher.tsx index dce148950..cfb27fe96 100644 --- a/src/components/layout/account-switcher.tsx +++ b/src/components/layout/account-switcher.tsx @@ -32,9 +32,9 @@ function AccountItem({ account }: { account: Account }) { }; return ( - + - + {getUserDisplayName(metadata, pubkey)}