From f2dfcec838553a8cb7fb437620b3f8af4f4f0783 Mon Sep 17 00:00:00 2001 From: Abhinav Chadaga Date: Sat, 17 Feb 2024 14:52:38 -0600 Subject: [PATCH] some unocss updates --- .../CoursePopup2/CourseHeadingAndActions.tsx | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/views/components/injected/CoursePopup2/CourseHeadingAndActions.tsx b/src/views/components/injected/CoursePopup2/CourseHeadingAndActions.tsx index 0e649a84..1085e64c 100644 --- a/src/views/components/injected/CoursePopup2/CourseHeadingAndActions.tsx +++ b/src/views/components/injected/CoursePopup2/CourseHeadingAndActions.tsx @@ -2,7 +2,7 @@ import React from 'react'; import { Course } from 'src/shared/types/Course'; import Add from '~icons/material-symbols/add'; import CalendarMonth from '~icons/material-symbols/calendar-month'; -import Close from '~icons/material-symbols/close'; +import CloseIcon from '~icons/material-symbols/close'; import Copy from '~icons/material-symbols/content-copy'; import Description from '~icons/material-symbols/description'; import Mood from '~icons/material-symbols/mood'; @@ -50,16 +50,20 @@ const CourseHeadingAndActions = ({ course, onClose }: CourseHeadingAndActionsPro return (
-
- - {courseName} ({department} {number}) +
+ + {courseName} -
- -
+ + {' '} + ({department} {number}) + + +
@@ -88,9 +92,9 @@ const CourseHeadingAndActions = ({ course, onClose }: CourseHeadingAndActionsPro ))}
-
+