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 62c4e89 commit b90bf55Copy full SHA for b90bf55
src/packages/globalMenu/globalMenu.svelte
@@ -49,7 +49,7 @@
49
{#if browserSidebarSupport}
50
<div class="flex-none">
51
<button class="btn btn-square btn-ghost" on:click={openSidebar}>
52
- <i class="fas fa-arrow-left fa-lg" />
+ <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>
53
</button>
54
</div>
55
{/if}
0 commit comments