Skip to content

Commit

Permalink
feat: bold red refresh error (Longhorn-Developers#220)
Browse files Browse the repository at this point in the history
* feat: bold red refresh error

* style: exclamation point location
  • Loading branch information
Samathingamajig authored May 22, 2024
1 parent 2f9e9b1 commit 229a8a2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export default function Description({ course }: DescriptionProps): JSX.Element {
return (
<>
{status === LoadStatus.ERROR && (
<Text color='theme-red'>Please refresh the page and log back in using your UT EID and password.</Text>
<Text className='text-theme-red font-bold!'>
Please refresh the page and log back in using your UT EID and password.
</Text>
)}
{/* TODO (achadaga): would be nice to have a new spinner here */}
{status === LoadStatus.LOADING && <Spinner />}
Expand Down

0 comments on commit 229a8a2

Please sign in to comment.