diff --git a/.vscode/settings.json b/.vscode/settings.json index a89cbd32..fdec09bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,4 +37,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "typescript.tsdk": "node_modules/typescript/lib", + "tailwindCSS.includeLanguages": { + "plaintext": "javascript" + } } diff --git a/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx b/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx index 29ba99c3..e1f95e31 100644 --- a/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx +++ b/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx @@ -10,6 +10,7 @@ import RedoIcon from '~icons/material-symbols/redo'; import SettingsIcon from '~icons/material-symbols/settings'; import ScheduleTotalHoursAndCourses from '../../common/ScheduleTotalHoursAndCourses/ScheduleTotalHoursAndCourses'; import CourseStatus from '../../common/CourseStatus/CourseStatus'; +import calIcon from 'src/assets/logo.png'; const CalendarHeader = () => (
@@ -19,7 +20,8 @@ const CalendarHeader = () => (