Skip to content

Commit

Permalink
Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 14, 2024
2 parents 905f375 + 80e52e2 commit d37de73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/leaderboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const LeaderboardPage: React.FC = () => {
) : (
<tr>
<td colSpan={4} className="p-4 text-center text-gray-400">
No results found for "{searchQuery}"
No results found for &quot;{searchQuery}&quot;
</td>
</tr>
)}
Expand Down

0 comments on commit d37de73

Please sign in to comment.