mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 09:14:54 +10:00
feat(ui): game carousel
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@click="() => slideTo(i)"
|
||||
:class="[
|
||||
currentSlide == i ? 'bg-zinc-300' : 'bg-zinc-700',
|
||||
'w-4 h-2 rounded-full',
|
||||
'cursor-pointer w-4 h-2 rounded-full',
|
||||
]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user