mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -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 class="flex flex-end items-center space-x-4">
|
||||
<div>
|
||||
<CreatePlaylistButton
|
||||
on:click={() => {
|
||||
if ($page.url.pathname !== '/') {
|
||||
goto('/')
|
||||
}
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div class="flex flex-end items-center space-x-4 pl-3">
|
||||
<CreatePlaylistButton
|
||||
on:click={() => {
|
||||
if ($page.url.pathname !== '/') {
|
||||
goto('/')
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<Divider />
|
||||
<div class="inline-flex space-x-2">
|
||||
<SquareButton type="button" on:click={toggleDarkMode} aria-label="Toggle Dark Mode">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue