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>
|
||||||
|
|
||||||
<div class="footer-madeby">
|
<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>
|
||||||
<div class="footer-bottom">
|
<div class="footer-bottom">
|
||||||
<div class="footer-links">
|
<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">
|
<div class="footer-copyright">
|
||||||
<p>© {t("footer.aluProject")} 2024</p>
|
<p>© {t("footer.aluProject")} 2024</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.wave-svg-container {
|
.wave-svg-container {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -62,6 +64,4 @@ const t = useTranslations(lang);
|
||||||
a {
|
a {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue