Elo calculator

This commit is contained in:
Timothy Armes
2023-09-14 14:46:13 +02:00
parent ac467d7c38
commit 2d0c006446
9 changed files with 277 additions and 18 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ export default function Navbar() {
const links = [
{ title: t("tournaments"), route: "/tournois" },
{ title: t("about"), route: "/qui-sommes-nous" },
{ title: t("contact"), route: "/contactez-nous" },
{ title: t("elo"), route: "/elo" },
];
return (