Skip to content

Commit 78a9556

Browse files
committed
Always show identity switcher
1 parent adfb703 commit 78a9556

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/src/routes/(new-styling)/manage/(authenticated)

1 file changed

+1
-1
lines changed

src/frontend/src/routes/(new-styling)/manage/(authenticated)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<button
332332
bind:this={identityButtonRef}
333333
onclick={() => (isIdentityPopoverOpen = true)}
334-
class="btn btn-tertiary gap-2.5 pr-3 max-sm:hidden sm:-mr-3"
334+
class="btn btn-tertiary gap-2.5 pr-3 sm:-mr-3"
335335
aria-label={$t`Switch identity`}
336336
>
337337
<Avatar size="xs">

0 commit comments

Comments
 (0)