We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f952d1 commit cc26030Copy full SHA for cc26030
resources/views/components/layouts/app/sidebar.blade.php
@@ -30,7 +30,7 @@
30
</flux:navlist>
31
32
<!-- Desktop User Menu -->
33
- <flux:dropdown position="bottom" align="start">
+ <flux:dropdown class="hidden lg:block" position="bottom" align="start">
34
<flux:profile
35
:name="auth()->user()->name"
36
:initials="auth()->user()->initials()"
0 commit comments