Improve layout of support links across multiple pages

Removes flex-wrap from support link divs in FolxStadlPage, GeschichteLiedPage, GipfelstammtischPage, and home to ensure links stay on a single line.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
This commit is contained in:
sebastjanartic 2025-09-01 21:34:55 +00:00
parent af7be9769b
commit 02608b9c7e
4 changed files with 4 additions and 4 deletions

View File

@ -318,7 +318,7 @@ export default function FolxStadlPage() {
{/* Support Links */} {/* Support Links */}
<div className="col-span-1"> <div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2"> <div className="flex gap-2 pt-2">
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a>
<span className="text-bunny-muted">|</span> <span className="text-bunny-muted">|</span>
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a>

View File

@ -319,7 +319,7 @@ export default function GeschichteLiedPage() {
{/* Support Links */} {/* Support Links */}
<div className="col-span-1"> <div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2"> <div className="flex gap-2 pt-2">
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a>
<span className="text-bunny-muted">|</span> <span className="text-bunny-muted">|</span>
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a>

View File

@ -319,7 +319,7 @@ export default function GipfelstammtischPage() {
{/* Support Links */} {/* Support Links */}
<div className="col-span-1"> <div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2"> <div className="flex gap-2 pt-2">
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a>
<span className="text-bunny-muted">|</span> <span className="text-bunny-muted">|</span>
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a>

View File

@ -235,7 +235,7 @@ export default function Home() {
{/* Support Links */} {/* Support Links */}
<div className="col-span-1"> <div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2"> <div className="flex gap-2 pt-2">
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Hilfe & FAQ</a>
<span className="text-bunny-muted">|</span> <span className="text-bunny-muted">|</span>
<a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a> <a href="#" className="text-bunny-muted hover:text-white transition-colors text-sm">Kontakt</a>