From f36deffa3903f9069ef819b982f530e7b29f88b1 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 17 Apr 2026 01:40:21 -0700 Subject: remove avatar icon --- src/app/page.styles.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/app/page.styles.ts') diff --git a/src/app/page.styles.ts b/src/app/page.styles.ts index dd43880..0b200d9 100644 --- a/src/app/page.styles.ts +++ b/src/app/page.styles.ts @@ -66,18 +66,7 @@ export const NavRight = styled.div` gap: 6px; `; -export const Avatar = styled.div` - font-size: 28px; - color: #909090; - display: flex; - align-items: center; - cursor: pointer; - padding: 4px; - border-radius: 50%; - &:hover { - color: #606060; - } -`; + export const ChipsBar = styled.div` display: flex; -- cgit v1.2.3