Skip to content

Commit

Permalink
changes teacher-set search results
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikagonuguntla committed Dec 19, 2024
1 parent 250d6d6 commit 27e3264
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default function SearchTeacherSets(props) {
ref={searchResultsTextRef}
tabIndex={-1}
size="heading6"
marginBottom="s"
marginBottom="m"
>
{"Showing " +
test +
Expand Down Expand Up @@ -409,7 +409,7 @@ export default function SearchTeacherSets(props) {
ref={searchResultsTextRef}
tabIndex={-1}
size="heading6"
marginBottom="s"
marginBottom="m"
>
{"Showing " +
fromResults +
Expand Down

0 comments on commit 27e3264

Please sign in to comment.