Skip to content

Commit

Permalink
ran prettier on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
CHarris0812 committed Oct 22, 2024
1 parent 7923b46 commit 2a1746d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/directory/search/ClubSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ClubSearchComponent = ({
}
if (data.length === 0) {
return (
<div className="text-4xl font-bold text-slate-500 text-center">
<div className="text-center text-4xl font-bold text-slate-500">
No Search Results Found
</div>
);
Expand Down

0 comments on commit 2a1746d

Please sign in to comment.