fix(ui): update footer slogan
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-24 10:12:11 -08:00
parent 687e093ed9
commit 1e554f553a

View file

@ -9,7 +9,7 @@ export function Footer() {
<div className="col-span-2 md:col-span-1">
<span className="text-xl font-bold">Elmeg</span>
<p className="text-sm text-muted-foreground mt-2">
The community archive for fans, by fans.
A place to talk Goose
</p>
</div>
@ -17,10 +17,13 @@ export function Footer() {
<div>
<h4 className="font-semibold text-sm mb-3">Explore</h4>
<ul className="space-y-2 text-sm text-muted-foreground">
<li><Link href="/archive" className="hover:underline hover:text-foreground">Shows</Link></li>
<li><Link href="/songs" className="hover:underline hover:text-foreground">Songs</Link></li>
<li><Link href="/shows" className="hover:underline hover:text-foreground">Shows</Link></li>
<li><Link href="/venues" className="hover:underline hover:text-foreground">Venues</Link></li>
<li><Link href="/songs" className="hover:underline hover:text-foreground">Songs</Link></li>
<li><Link href="/performances" className="hover:underline hover:text-foreground">Top Performances</Link></li>
<li><Link href="/tours" className="hover:underline hover:text-foreground">Tours</Link></li>
<li><Link href="/videos" className="hover:underline hover:text-foreground">Videos</Link></li>
<li><Link href="/leaderboards" className="hover:underline hover:text-foreground">Leaderboards</Link></li>
</ul>
</div>
@ -51,7 +54,7 @@ export function Footer() {
© {new Date().getFullYear()} Elmeg. All rights reserved.
</p>
<p className="text-xs text-muted-foreground">
Made with for the community
Made with care for the community
</p>
</div>
</div>