Optimize academy
This commit is contained in:
@@ -261,6 +261,25 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if(config('theme.show_toolbar_switch'))
|
||||
<button
|
||||
type="button"
|
||||
class="theme-toggle shrink-0"
|
||||
data-theme-toggle
|
||||
aria-label="Switch to default theme"
|
||||
aria-pressed="true"
|
||||
title="Switch to default theme"
|
||||
>
|
||||
<span class="theme-toggle__track" aria-hidden="true">
|
||||
<span class="theme-toggle__thumb">
|
||||
<i class="theme-toggle__icon theme-toggle__icon--moon fa-solid fa-moon"></i>
|
||||
<i class="theme-toggle__icon theme-toggle__icon--sun fa-solid fa-sun"></i>
|
||||
</span>
|
||||
</span>
|
||||
<span class="hidden xl:inline text-xs font-semibold uppercase tracking-[0.14em]" data-theme-toggle-label>Light</span>
|
||||
</button>
|
||||
@endif
|
||||
|
||||
@if($skinbaseToolbarCanAuth)
|
||||
<!-- Notification icons -->
|
||||
<div class="hidden md:flex items-center gap-0.5 lg:gap-1 text-soft shrink-0">
|
||||
|
||||
Reference in New Issue
Block a user