Update navigation links to use vertical bars as separators

Replace bullet point separators with vertical bars in navigation links across multiple pages (FolxStadlPage, GeschichteLiedPage, GipfelstammtischPage, Home) in the client-side React application.

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:33:37 +00:00
parent 8c563735eb
commit af7be9769b
4 changed files with 12 additions and 12 deletions

View File

@ -320,11 +320,11 @@ export default function FolxStadlPage() {
<div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2">
<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>
<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">Datenschutz</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">Impressum</a>
</div>
</div>

View File

@ -321,11 +321,11 @@ export default function GeschichteLiedPage() {
<div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2">
<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>
<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">Datenschutz</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">Impressum</a>
</div>
</div>

View File

@ -321,11 +321,11 @@ export default function GipfelstammtischPage() {
<div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2">
<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>
<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">Datenschutz</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">Impressum</a>
</div>
</div>

View File

@ -237,11 +237,11 @@ export default function Home() {
<div className="col-span-1">
<div className="flex flex-wrap gap-2 pt-2">
<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>
<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">Datenschutz</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">Impressum</a>
</div>
</div>