fix: BotKonzept-Text neben Logo in Navbar entfernt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wm
2026-03-17 20:21:46 +01:00
parent 9ce734e4f8
commit 2ba749785d

View File

@@ -35,7 +35,6 @@ export default function Navbar() {
onClick={(e) => { e.preventDefault(); window.scrollTo({ top: 0, behavior: 'smooth' }) }}
>
<img src="/logo.svg" alt="BotKonzept Logo" className="h-10 w-auto" />
<span>BotKonzept</span>
</a>
{/* Desktop Links */}