]> git.localhorst.tv Git - alttp.git/commitdiff
fix footer tournament links
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 31 Jul 2025 23:07:00 +0000 (01:07 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 31 Jul 2025 23:07:00 +0000 (01:07 +0200)
resources/js/app/Footer.jsx

index b905e9556b323d6483bcc8d369070d490d2b9cd8..6d8071d78716f45e114dda81b04672755072ee00 100644 (file)
@@ -16,15 +16,15 @@ const Footer = () => {
                                <h5>{t('footer.competitions')}</h5>
                                <Nav as="ul" className="flex-column">
                                        <Nav.Item as="li">
-                                               <LinkContainer to="/tournaments/6">
-                                                       <Nav.Link className="p-0 text-muted" href="/tournaments/6">
+                                               <LinkContainer to="/tournaments/seed-der-woche">
+                                                       <Nav.Link className="p-0 text-muted" href="/tournaments/seed-der-woche">
                                                                {t('footer.sdw')}
                                                        </Nav.Link>
                                                </LinkContainer>
                                        </Nav.Item>
                                        <Nav.Item as="li">
-                                               <LinkContainer to="/tournaments/7">
-                                                       <Nav.Link className="p-0 text-muted" href="/tournaments/7">
+                                               <LinkContainer to="/tournaments/mystery-zirkus">
+                                                       <Nav.Link className="p-0 text-muted" href="/tournaments/mystery-zirkus">
                                                                {t('footer.circus')}
                                                        </Nav.Link>
                                                </LinkContainer>