diff --git a/src/views/components/PopupMain.tsx b/src/views/components/PopupMain.tsx index 808aa0f7..5a37da5d 100644 --- a/src/views/components/PopupMain.tsx +++ b/src/views/components/PopupMain.tsx @@ -10,9 +10,14 @@ import { handleOpenCalendar } from '@views/components/injected/CourseCatalogInje import useSchedules from '@views/hooks/useSchedules'; import { openTabFromContentScript } from '@views/lib/openNewTabFromContentScript'; import React from 'react'; -import { FaCalendarAlt, FaCog, FaRedo } from 'react-icons/fa'; // Added FaRedo for the refresh icon import { TestColors } from 'src/stories/components/PopupCourseBlock.stories'; +import CalendarMonthIcon from '~icons/material-symbols/calendar-month'; +import RedoIcon from '~icons/material-symbols/redo'; +import SettingsIcon from '~icons/material-symbols/settings'; + +import { Button } from './common/Button/Button'; + /** * Renders the main popup component. * This component displays the main schedule, courses, and options buttons. @@ -46,27 +51,25 @@ export default function PopupMain() {