Skip to content

Commit

Permalink
Added styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyoung3 committed Jan 19, 2024
1 parent 86a2ec8 commit 2a5181e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const StudyPlacesFiltering = ({items}: {items: StudyPlace[]}) => {
</Conditional>

<Conditional showWhen={items.length > 0}>
<p aria-live="polite">
<p className={'mt-60 mb-32 type-2 font-serif font-bold'} aria-live="polite">
Showing {itemsToDisplay.length} of {items.length}
<br/>
<Conditional showWhen={itemsToDisplay.length == 0}>
Expand Down

0 comments on commit 2a5181e

Please sign in to comment.