Skip to content

Commit

Permalink
fix(readmore): in -> at (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ast3risk-ops authored Oct 13, 2024
1 parent 73d9177 commit f7b8f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/ReadMore.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<Alert :to="to" :target="target" icon="lucide:bookmark">
Read more in <span class="font-semibold">{{ computedTitle }}</span>
Read more at <span class="font-semibold">{{ computedTitle }}</span>
</Alert>
</template>

Expand Down

0 comments on commit f7b8f2b

Please sign in to comment.