removed placeholders from footer
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user