{#if $currentUser}
{@html minidenticon($currentUser.name, 90, 50)}
(showEditProfile = true)} title="Edit profile" >
{$userLevel}
{#if dropdownOpen}
{@html minidenticon($currentUser.name, 90, 50)}
{$currentUser.name}
#{$currentUser.id}
{#if $currentUser.country}
{$currentUser.country === 'US' ? '🇺🇸' : '🇧🇷'}
{/if}
{#if $currentUser.discord}
Discord: {$currentUser.discord}
{/if}
Pixels painted:
{$currentUser.pixelsPainted.toLocaleString()}
Level {$userLevel}
({levelProgress.toFixed(0)}%)
Menu
🇺🇸 English
🇧🇷 Português
{#if isMuted}
{:else}
{/if}
Profile
Alliance
Store
Leaderboard
Livestreams
Discord
Reddit
currentUser.logout()}>
Log Out
{/if}
{:else}
Login
{/if}