Skip to content

Commit

Permalink
fix(read-more): don't default to to #
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 23, 2024
1 parent 929fab3 commit 74fafcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/global/ReadMore.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- eslint-disable vue/no-v-html -->
<template>
<Callout icon="i-ph-bookmark-simple-duotone" :to="to || '#'">
<Callout icon="i-ph-bookmark-simple-duotone" :to="to">
<MDCSlot unwrap="p"> Read more in <span class="font-bold" v-html="computedTitle" />. </MDCSlot>
</Callout>
</template>
Expand Down

0 comments on commit 74fafcb

Please sign in to comment.