chore: fixed linters
This commit is contained in:
@@ -71,7 +71,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="font-semibold leading-6" :class="course.title.length > 32 ? 'text-lg' : 'text-xl'">
|
<div
|
||||||
|
class="font-semibold leading-6"
|
||||||
|
:class="course.title.length > 32 ? 'text-lg' : 'text-xl'"
|
||||||
|
>
|
||||||
{{ course.title }}
|
{{ course.title }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user