From 1549a39f41e448254192cc5266b1890b8c32ed0c Mon Sep 17 00:00:00 2001 From: Starstrike Date: Wed, 30 Apr 2025 14:32:35 -0400 Subject: [PATCH] Add VisibilityIcon to View RSVPs button --- frontend/src/components/EventList.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/EventList.tsx b/frontend/src/components/EventList.tsx index 5054096..418445f 100644 --- a/frontend/src/components/EventList.tsx +++ b/frontend/src/components/EventList.tsx @@ -11,6 +11,7 @@ import { IconButton, } from '@mui/material'; import AdminPanelSettingsIcon from '@mui/icons-material/AdminPanelSettings'; +import VisibilityIcon from '@mui/icons-material/Visibility'; import axios from 'axios'; interface Event { @@ -94,6 +95,7 @@ const EventList: React.FC = () => { color="primary" aria-label="view rsvps" variant="text" + startIcon={} sx={{ ml: 1 }} > View RSVPs