Spaces:
Running
Running
Commit
โข
f1f7060
1
Parent(s):
282a04e
change wording so it sill makes sense with 1 channel
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
|
24 |
<div class="flex text-xl space-x-2">
|
25 |
<div class="text-xl">๐ค AI WebTV</div>
|
26 |
-
<div class="text-md">๐
|
27 |
<template x-for="chan in channels">
|
28 |
<div
|
29 |
class="text-xl mr-2"
|
|
|
23 |
|
24 |
<div class="flex text-xl space-x-2">
|
25 |
<div class="text-xl">๐ค AI WebTV</div>
|
26 |
+
<div class="text-md">๐ Current channel:</div>
|
27 |
<template x-for="chan in channels">
|
28 |
<div
|
29 |
class="text-xl mr-2"
|