From 0191f5bb7f95a61ceb9bb7593aed5f365a15739b Mon Sep 17 00:00:00 2001 From: Claire Nord Date: Fri, 12 Jul 2024 16:17:15 -0700 Subject: [PATCH] app components header: change hamburger icon to (?) --- app/components/header.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/components/header.tsx b/app/components/header.tsx index 68ffd37..34f755f 100644 --- a/app/components/header.tsx +++ b/app/components/header.tsx @@ -107,20 +107,19 @@ function GameSettings({ game, url }: { game: Game; url: string }) { hover:text-slate-300 data-[state=open]:text-slate-300`} aria-label="Customise options" > - {/* Heroicon name: solid/bars-3 */} + {/* Heroicon name: outline/information-circle */} - Menu