This commit is contained in:
parent
40d5bcf86d
commit
1ab07709ac
@ -46,7 +46,7 @@ function FriendsButton() {
|
|||||||
<NavbarButton
|
<NavbarButton
|
||||||
ariaLabel="View your friends"
|
ariaLabel="View your friends"
|
||||||
text="Friends"
|
text="Friends"
|
||||||
icon={<UserIcon height={20} width={20} />}
|
icon={<UserIcon height={23} width={23} />}
|
||||||
/>
|
/>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent className="p-2">
|
<PopoverContent className="p-2">
|
||||||
@ -107,7 +107,7 @@ export default function Navbar() {
|
|||||||
<Avatar
|
<Avatar
|
||||||
url={settingsStore.player.profilePicture}
|
url={settingsStore.player.profilePicture}
|
||||||
label="Your avatar"
|
label="Your avatar"
|
||||||
size={20}
|
size={23}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
href={`/player/${settingsStore.player.id}/top/1`}
|
href={`/player/${settingsStore.player.id}/top/1`}
|
||||||
@ -126,13 +126,13 @@ export default function Navbar() {
|
|||||||
<NavbarButton
|
<NavbarButton
|
||||||
ariaLabel="View the global ranking"
|
ariaLabel="View the global ranking"
|
||||||
text="Ranking"
|
text="Ranking"
|
||||||
icon={<GlobeAltIcon height={20} width={20} />}
|
icon={<GlobeAltIcon height={23} width={23} />}
|
||||||
href="/ranking/global/1"
|
href="/ranking/global/1"
|
||||||
/>
|
/>
|
||||||
<NavbarButton
|
<NavbarButton
|
||||||
ariaLabel="View analytics for Scoresaber"
|
ariaLabel="View analytics for Scoresaber"
|
||||||
text="Analytics"
|
text="Analytics"
|
||||||
icon={<ServerIcon height={20} width={20} />}
|
icon={<ServerIcon height={23} width={23} />}
|
||||||
href="/analytics"
|
href="/analytics"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -141,13 +141,13 @@ export default function Navbar() {
|
|||||||
<NavbarButton
|
<NavbarButton
|
||||||
ariaLabel="Search for a player"
|
ariaLabel="Search for a player"
|
||||||
text="Search"
|
text="Search"
|
||||||
icon={<MagnifyingGlassIcon height={20} width={20} />}
|
icon={<MagnifyingGlassIcon height={23} width={23} />}
|
||||||
href="/search"
|
href="/search"
|
||||||
/>
|
/>
|
||||||
<NavbarButton
|
<NavbarButton
|
||||||
ariaLabel="View your settings"
|
ariaLabel="View your settings"
|
||||||
text="Settings"
|
text="Settings"
|
||||||
icon={<CogIcon height={20} width={20} />}
|
icon={<CogIcon height={23} width={23} />}
|
||||||
href="/settings"
|
href="/settings"
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
|
Loading…
Reference in New Issue
Block a user