minor html fuckup lol
This commit is contained in:
parent
07dd11d97a
commit
e471f4a03f
1 changed files with 44 additions and 44 deletions
|
|
@ -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>© {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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue