Clubs page

This commit is contained in:
Timothy Armes
2023-10-09 19:06:24 +02:00
committed by Owen Rees
parent 5b2218966f
commit ed68a9280b
11 changed files with 458 additions and 1 deletions
+10
View File
@@ -70,6 +70,16 @@ const HamburgerMenu = ({
{t("tournaments")}
</Link>
</li>
<li className="py-5 text-center text-xl">
<Link
href="/clubs"
className="border-b-2 border-transparent transition-all duration-300 ease-in-out hover:border-white"
>
{t("clubs")}
</Link>
</li>
<li className="py-5 text-center text-xl">
<Link
href="/elo"