Finish MVP
This commit is contained in:
@@ -115,11 +115,11 @@ const { title } = Astro.props;
|
||||
<h1>Links</h1>
|
||||
<a href={l("/")}>{t("navbar.links.home.title")}</a>
|
||||
<a href={l("/join")}>{t("footer.join")}</a>
|
||||
<a href={l("/")}>{t("footer.announcements")}</a>
|
||||
<a href={l("/announcements")}>{t("footer.announcements")}</a>
|
||||
<a href={l("/rules")}>{t("footer.gamemodes")}</a>
|
||||
<a href={l("/stats/fight")}>{t("footer.stats")}</a>
|
||||
<a href={l("/code-of-conduct")}>{t("footer.coc")}</a>
|
||||
<a href={l("/privacy")}>{t("footer.privacy")}</a>
|
||||
<a href={l("/privacy-policy")}>{t("footer.privacy")}</a>
|
||||
<a href={l("/imprint")}>{t("footer.imprint")}</a>
|
||||
</div>
|
||||
<div class="footer-card">
|
||||
|
||||
Reference in New Issue
Block a user