mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update StreamItem.svelte
Removed stream status indicator
This commit is contained in:
parent
ca08d72f44
commit
5f5cbaf6a3
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
></path>
|
||||
</svg>
|
||||
</button>
|
||||
<svg
|
||||
<!-- <svg
|
||||
class="w-2 h-2 flex shrink-0"
|
||||
viewBox="0 0 100 100"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
@ -44,7 +44,7 @@
|
|||
class:fill-red-500="{stream.status === 'error'}"
|
||||
>
|
||||
<circle cx="50" cy="50" r="50" />
|
||||
</svg>
|
||||
</svg> -->
|
||||
<a
|
||||
class="whitespace-nowrap text-sm text-gray-600 dark:text-gray-100 hover:text-blue-500 hover:underline inline-flex align-middle max-w-[85%] w-full"
|
||||
href="{stream.url}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue