mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 18:10:06 -04:00
Update NavBar.svelte
This commit is contained in:
parent
c0a4ab6794
commit
122d2c3a7d
1 changed files with 8 additions and 10 deletions
|
@ -65,16 +65,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-end items-center space-x-4">
|
<div class="flex flex-end items-center space-x-4 pl-3">
|
||||||
<div>
|
<CreatePlaylistButton
|
||||||
<CreatePlaylistButton
|
on:click={() => {
|
||||||
on:click={() => {
|
if ($page.url.pathname !== '/') {
|
||||||
if ($page.url.pathname !== '/') {
|
goto('/')
|
||||||
goto('/')
|
}
|
||||||
}
|
}}
|
||||||
}}
|
/>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<Divider />
|
<Divider />
|
||||||
<div class="inline-flex space-x-2">
|
<div class="inline-flex space-x-2">
|
||||||
<SquareButton type="button" on:click={toggleDarkMode} aria-label="Toggle Dark Mode">
|
<SquareButton type="button" on:click={toggleDarkMode} aria-label="Toggle Dark Mode">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue