Spaces:
Running
Running
Commit
•
f006383
1
Parent(s):
a23809c
secret beta is very secret
Browse files- public/index.html +1 -1
public/index.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
:class="chan.id === channel.id
|
23 |
? 'font-bold'
|
24 |
: 'hover:underline opacity-60 hover:opacity-80 cursor-pointer'"
|
25 |
-
x-on:click="window.location = `${window.location.origin}/?channel=${chan.id}`"
|
26 |
x-text="chan.label"></span>
|
27 |
</template>
|
28 |
</div>
|
|
|
22 |
:class="chan.id === channel.id
|
23 |
? 'font-bold'
|
24 |
: 'hover:underline opacity-60 hover:opacity-80 cursor-pointer'"
|
25 |
+
x-on:click="window.location = `${window.location.origin}/?channel=${chan.id}&beta=true`"
|
26 |
x-text="chan.label"></span>
|
27 |
</template>
|
28 |
</div>
|