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:
parent
8c563735eb
commit
af7be9769b
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user