removed placeholders from footer

This commit is contained in:
2026-03-07 14:23:05 +11:00
parent d530b41520
commit 3e0ad128a2
2 changed files with 43 additions and 5 deletions

View File

@@ -56,12 +56,9 @@ templ backToTopButton() {
templ footerBranding() {
<div>
<div class="flex justify-center text-text lg:justify-start">
<div class="flex justify-center text-text lg:justify-start pb-4">
<span class="text-2xl">OSL Stats</span>
</div>
<p class="mx-auto max-w-md text-center leading-relaxed text-subtext0">
placeholder text
</p>
</div>
}
@@ -86,7 +83,7 @@ templ footerLinks(items []FooterItem) {
templ footerCopyright() {
<div>
<p class="mt-4 text-center text-sm text-overlay0">
by Haelnorr | placeholder text
by Haelnorr
</p>
</div>
}