mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
#51 has spoken
This commit is contained in:
parent
e07a85b14f
commit
9cb646da10
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export default {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="max-w-[58rem] mx-auto">
|
<div class="max-w-[58rem] mx-auto">
|
||||||
<ul class="flex flex-wrap justify-evenly">
|
<ul class="flex flex-wrap justify-center">
|
||||||
<li
|
<li
|
||||||
v-for="stream in data.streams"
|
v-for="stream in data.streams"
|
||||||
:key="stream.title"
|
:key="stream.title"
|
||||||
|
|
Loading…
Reference in a new issue