From f81712895f19be1c37e2e01ee2b8df58aac8e71c Mon Sep 17 00:00:00 2001 From: nickpfeiffer05 Date: Wed, 27 Nov 2024 15:36:20 -0500 Subject: [PATCH] added notifications button (tested on signed out state) --- components/Header.tsx | 5 +++++ styles/pages/_Results.scss | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 60f59d9f..1597247d 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -158,6 +158,10 @@ export const DropdownMenuWrapper = ({ ) : ( <> + + Notifications + + +