diff --git a/src/views/components/settings/Settings.tsx b/src/views/components/settings/Settings.tsx index 47e8765f..ac446efc 100644 --- a/src/views/components/settings/Settings.tsx +++ b/src/views/components/settings/Settings.tsx @@ -3,7 +3,8 @@ import { addCourseByURL } from '@pages/background/lib/addCourseByURL'; import { deleteAllSchedules } from '@pages/background/lib/deleteSchedule'; import exportSchedule from '@pages/background/lib/exportSchedule'; import importSchedule from '@pages/background/lib/importSchedule'; -import { Trash } from '@phosphor-icons/react'; +import { CalendarDots, Trash } from '@phosphor-icons/react'; +import { background } from '@shared/messages'; import { initSettings, OptionsStore } from '@shared/storage/OptionsStore'; import { UserScheduleStore } from '@shared/storage/UserScheduleStore'; import { downloadBlob } from '@shared/util/downloadBlob'; @@ -39,7 +40,6 @@ const DISPLAY_PREVIEWS = false; const PREVIEW_SECTION_DIV_CLASSNAME = DISPLAY_PREVIEWS ? 'w-1/2 space-y-4' : 'flex-grow space-y-4'; const manifest = chrome.runtime.getManifest(); -const LDIconURL = new URL('/src/assets/LD-icon.png', import.meta.url).href; const gitHubStatsService = new GitHubStatsService(); const includeMergedPRs = false; @@ -265,8 +265,8 @@ export default function Settings(): JSX.Element {
- - UTRP SETTINGS & CREDITS PAGE + + Settings and Credits
- LD Icon +