Place wallet widget after Billing link in mobile profile sheet.
Deploy Ladill Hosting / deploy (push) Successful in 1m11s
Deploy Ladill Hosting / deploy (push) Successful in 1m11s
Remove duplicate Billing header above Home; wallet card follows Billing in menu order to match the desktop avatar dropdown. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -54,7 +54,10 @@
|
||||
{{ $item['label'] }}
|
||||
</a>
|
||||
@elseif (($item['type'] ?? '') === 'wallet')
|
||||
@includeIf('partials.wallet-widget')
|
||||
@includeIf('partials.wallet-widget', [
|
||||
'onNavigate' => $onNavigate,
|
||||
'class' => $variant === 'sheet' ? 'mx-2' : 'mx-1',
|
||||
])
|
||||
@elseif (($item['type'] ?? '') === 'logout')
|
||||
@if ($variant !== 'sheet')
|
||||
<div class="{{ $dividerClass }}"></div>
|
||||
|
||||
Reference in New Issue
Block a user