minor html fuckup lol

This commit is contained in:
wearrrrr 2024-02-11 01:15:31 -06:00
parent 07dd11d97a
commit e471f4a03f

View file

@ -16,19 +16,21 @@ const t = useTranslations(lang);
</div>
<div class="footer-madeby">
<Link href="https://wearr.dev" newTab linkTextContent={t("footer.madeWithLove")} />
<Link href="https://wearr.dev" newTab linkTextContent={t("footer.madeWithLove")}>
</div>
</div>
<div class="footer-bottom">
<div class="footer-links">
<Link href="https://titaniumnetwork.org" newTab linkTextContent={t("footer.poweredBy")} />
<Link href="https://titaniumnetwork.org" newTab linkTextContent={t("footer.poweredBy")}>
</div>
<div class="footer-copyright">
<p>&copy; {t("footer.aluProject")} 2024</p>
</div>
</div>
</div>
</div>
<style>
<style>
.wave-svg-container {
bottom: 0;
left: 0;
@ -62,6 +64,4 @@ const t = useTranslations(lang);
a {
color: var(--text-color);
}
</style>
</div>
</div>
</style>