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