Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeUrSelf committed Oct 18, 2024
1 parent b4927f1 commit 1f9f680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Icons/CheckDynamicIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ defineProps<{ correct:boolean }>()
</script>

<template>
<CheckCircleIcon v-if="correct" class="text-green-400 pointer-events-none"/>
<CheckCircleIcon v-if="correct" class="text-green-400 pointer-events-none" />
<XCircleIcon v-else />
</template>

0 comments on commit 1f9f680

Please sign in to comment.