Update NavBar.svelte

This commit is contained in:
freearhey 2023-10-10 06:14:49 +03:00
parent c0a4ab6794
commit 122d2c3a7d

View file

@ -65,8 +65,7 @@
</div>
</div>
<div class="flex flex-end items-center space-x-4">
<div>
<div class="flex flex-end items-center space-x-4 pl-3">
<CreatePlaylistButton
on:click={() => {
if ($page.url.pathname !== '/') {
@ -74,7 +73,6 @@
}
}}
/>
</div>
<Divider />
<div class="inline-flex space-x-2">
<SquareButton type="button" on:click={toggleDarkMode} aria-label="Toggle Dark Mode">