Skip to content

Commit b90bf55

Browse files
committed
[[globalMenu]] better sidebar icon
1 parent 62c4e89 commit b90bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/globalMenu/globalMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{#if browserSidebarSupport}
5050
<div class="flex-none">
5151
<button class="btn btn-square btn-ghost" on:click={openSidebar}>
52-
<i class="fas fa-arrow-left fa-lg" />
52+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sidebar"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><line x1="9" y1="3" x2="9" y2="21"></line></svg>
5353
</button>
5454
</div>
5555
{/if}

0 commit comments

Comments
 (0)