fix: update authentication and navigation components

This commit is contained in:
2026-04-26 16:37:32 -07:00
parent 4120cc9a8e
commit e61e020d9d
7 changed files with 55 additions and 35 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ export default async function PlayerSchedulePage({ params }: PageProps) {
</h2>
{upcomingMatches.length === 0 ? (
<p className="text-gray-500">No upcoming matches scheduled.</p>
<p className="text-gray-500">No upcoming matches</p>
) : (
<div className="space-y-4">
{upcomingMatches.map((match) => {