Replace VSF portal header menu with link buttons

This commit is contained in:
2026-06-10 13:34:38 +02:00
parent b4660fa893
commit ad31d91c7b
+8 -11
View File
@@ -30,18 +30,15 @@
<div class="sg-portal-header__main" data-pattern-part="portal-header-main"> <div class="sg-portal-header__main" data-pattern-part="portal-header-main">
<p class="sg-portal-header__brand sg-brand-title" data-pattern-part="portal-header-brand">ValueStockFinder</p> <p class="sg-portal-header__brand sg-brand-title" data-pattern-part="portal-header-brand">ValueStockFinder</p>
<div class="sg-portal-header__menu-wrap sg-sandwich-menu-wrap" data-open="false" data-component="sandwich-menu" data-component-size="default" data-component-context="portal-header" data-pattern-part="portal-header-action"> <div class="sg-portal-header__menu-wrap" data-pattern-part="portal-header-action">
<button class="sg-interaction-element sg-sandwich-button" type="button" aria-expanded="false" aria-label="Menü öffnen" data-component-part="sandwich-trigger"> <div class="sg-component-row">
<span class="sg-sandwich-button__icon" aria-hidden="true"> <button class="sg-interaction-element sg-button sg-button--active" type="button" data-component="button" data-component-state="active">
<span class="sg-sandwich-button__line"></span> Anmelden
<span class="sg-sandwich-button__line"></span> </button>
<span class="sg-sandwich-button__line"></span>
</span>
</button>
<div class="sg-sandwich-menu-panel" aria-label="Ausgeklapptes Menü" data-component-part="sandwich-panel"> <button class="sg-interaction-element sg-button sg-button--active" type="button" data-component="button" data-component-state="active">
<a class="sg-sandwich-menu-link" href="#" data-component-part="sandwich-menu-link">Admin</a> Kostenlos testen
<a class="sg-sandwich-menu-link" href="#" data-component-part="sandwich-menu-link">Logout</a> </button>
</div> </div>
</div> </div>