aboutsummaryrefslogtreecommitdiff
path: root/components/navbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/navbar.tsx')
-rw-r--r--components/navbar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/navbar.tsx b/components/navbar.tsx
index 3eabe2d..2c38c3c 100644
--- a/components/navbar.tsx
+++ b/components/navbar.tsx
@@ -99,7 +99,7 @@ export function NavBar() {
<a href={loggedIn ? "/user" : "/login"} style={NavBarItemStyle}>
{
loggedIn ?
- <AccountAvatar size={24} dummy round/> :
+ <AccountAvatar size={24} round/> :
<PersonIcon/>
}
</a>