From 229a8a29e8d04dfbe15de200ceffc53b4f758413 Mon Sep 17 00:00:00 2001 From: Samuel Gunter Date: Tue, 21 May 2024 19:04:25 -0700 Subject: [PATCH] feat: bold red refresh error (#220) * feat: bold red refresh error * style: exclamation point location --- .../injected/CourseCatalogInjectedPopup/Description.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx index 422bc858..f00688af 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/Description.tsx @@ -56,7 +56,9 @@ export default function Description({ course }: DescriptionProps): JSX.Element { return ( <> {status === LoadStatus.ERROR && ( - Please refresh the page and log back in using your UT EID and password. + + Please refresh the page and log back in using your UT EID and password. + )} {/* TODO (achadaga): would be nice to have a new spinner here */} {status === LoadStatus.LOADING && }