From e7c6b56160a70b976cc4e07dc6a57c168cc02fc4 Mon Sep 17 00:00:00 2001 From: Qanpi Date: Tue, 9 Jan 2024 20:57:58 +0200 Subject: [PATCH] refactored links in header all-time no longer dropdown (for now) about refers to github --- client/src/features/viewer/header.tsx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/client/src/features/viewer/header.tsx b/client/src/features/viewer/header.tsx index c5a62ea..294929e 100644 --- a/client/src/features/viewer/header.tsx +++ b/client/src/features/viewer/header.tsx @@ -1,4 +1,4 @@ -import { BugReport, Menu as MenuIcon } from "@mui/icons-material"; +import { BugReport, GitHub, Menu as MenuIcon } from "@mui/icons-material"; import { Box, ClickAwayListener, @@ -125,10 +125,15 @@ function Header() { {isAdmin ? Dashboard : null} , - - About + + Hall of Fame + , + + + + About + , - ] const tournamentHeader = ( @@ -175,14 +180,14 @@ function Header() { {tournamentSublinks} - All-time}> - {/* + {/* All-time}> + - */} + Hall of Fame - + */} {links.slice((isAdmin ? 1 : 2))}