From 9ec0d106f5c8bcd1ccb94d955ecb5ed1964ce8b0 Mon Sep 17 00:00:00 2001 From: knownotunknown <78577376+knownotunknown@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:03:53 -0600 Subject: [PATCH] Chrome extension works --- src/views/components/CourseCatalogMain.tsx | 3 ++- src/views/components/PopupMain.tsx | 2 +- .../injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/components/CourseCatalogMain.tsx b/src/views/components/CourseCatalogMain.tsx index 723f5e7b..065d39bb 100644 --- a/src/views/components/CourseCatalogMain.tsx +++ b/src/views/components/CourseCatalogMain.tsx @@ -13,6 +13,7 @@ import RecruitmentBanner from './injected/RecruitmentBanner/RecruitmentBanner'; import TableHead from './injected/TableHead'; import TableRow from './injected/TableRow/TableRow'; import TableSubheading from './injected/TableSubheading/TableSubheading'; +import CourseCatalogInjectedPopup from './injected/CourseCatalogInjectedPopup/CourseCatalogInjectedPopup'; interface Props { support: SiteSupport.COURSE_CATALOG_DETAILS | SiteSupport.COURSE_CATALOG_LIST; @@ -79,7 +80,7 @@ export default function CourseCatalogMain({ support }: Props) { ); })} {selectedCourse && ( - -
+
Logo diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx index 117fcfbe..ee1313e1 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/HeadingAndActions.tsx @@ -81,7 +81,7 @@ const HeadingAndActions: React.FC = ({ course, onClose, a -