mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 01:40:46 +02:00
Fix Chapter checkmarks being reversed
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #leading>
|
<template #leading>
|
||||||
<p class="mr-1">Downloaded:</p>
|
<p class="mr-1">Downloaded:</p>
|
||||||
<Icon v-if="chapter.downloaded" name="i-lucide-circle-x" />
|
<Icon v-if="chapter.downloaded" name="i-lucide-circle-check-big" class="stroke-green-500" />
|
||||||
<Icon v-else name="i-lucide-circle-check-big" class="stroke-green-500" />
|
<Icon v-else name="i-lucide-circle-x" />
|
||||||
</template>
|
</template>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<p class="text-secondary">
|
<p class="text-secondary">
|
||||||
|
Reference in New Issue
Block a user