Konto-Navigation: Reihenfolge "Offene Sendungen" vor "Wunschliste" getauscht
Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
11d6f6c6e4
commit
279960b950
@@ -85,16 +85,16 @@ const offeneSendungen = beispielBestellungen.filter((b) => b.status === "versend
|
||||
<span class="account-nav-value">{beispielBestellungen.length}</span>
|
||||
<span class="account-nav-label">{t.accountDash.statOrders}</span>
|
||||
</button>
|
||||
<button type="button" class="account-nav-item account-nav-wishlist" data-tab="wunschliste">
|
||||
<span class="account-nav-icon" aria-hidden="true">🩵</span>
|
||||
<span class="account-nav-value">0</span>
|
||||
<span class="account-nav-label">{t.accountDash.statWishlist}</span>
|
||||
</button>
|
||||
<button type="button" class="account-nav-item account-nav-open" data-tab="offene">
|
||||
<span class="account-nav-icon" aria-hidden="true">🚚</span>
|
||||
<span class="account-nav-value">{offeneSendungen}</span>
|
||||
<span class="account-nav-label">{t.accountDash.statOpen}</span>
|
||||
</button>
|
||||
<button type="button" class="account-nav-item account-nav-wishlist" data-tab="wunschliste">
|
||||
<span class="account-nav-icon" aria-hidden="true">🩵</span>
|
||||
<span class="account-nav-value">0</span>
|
||||
<span class="account-nav-label">{t.accountDash.statWishlist}</span>
|
||||
</button>
|
||||
<button type="button" class="account-nav-item account-nav-data" data-tab="daten">
|
||||
<span class="account-nav-sparkle" aria-hidden="true">✨</span>
|
||||
<span class="account-nav-icon" aria-hidden="true">👤</span>
|
||||
|
||||
Reference in New Issue
Block a user