feat: add user management link to admin dashboard

This commit is contained in:
2026-03-31 10:26:37 -07:00
parent f26cbf2f65
commit a960bb8a41
+9
View File
@@ -172,6 +172,15 @@ export default async function AdminDashboard() {
</svg>
All Tournaments
</Link>
<Link
href="/admin/users"
className="flex items-center justify-center px-4 py-3 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 bg-white hover:bg-gray-50"
>
<svg className="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z" />
</svg>
Manage Users
</Link>
<RecalculateEloButton />
</div>
</div>