HTML syntax fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-28 16:21:00 +02:00
parent 8452b2e096
commit bc6c0e0448
5 changed files with 9 additions and 19 deletions

View File

@@ -24,7 +24,7 @@
@click="scrollLeft"
class="absolute inset-y-0 my-auto z-10 rounded-full bg-white dark:bg-transparent w-10 h-10 border border-shadowColor -left-5"
>
<div class="">&lt;</div>
<span class="">&lt;</span>
</button>
</div>
<div class="overflow-hidden">
@@ -41,7 +41,7 @@
@click="scrollRight"
class="absolute inset-y-0 my-auto z-10 rounded-full bg-white dark:bg-transparent w-10 h-10 border border-shadowColor -right-5"
>
<div class="">&gt;</div>
<span class="">&gt;</span>
</button>
</div>
</div>