Skip to content

Commit

Permalink
🐛 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leszek committed Nov 15, 2023
1 parent df5e970 commit d6dd55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p class="mb-8 block font-sans text-base font-normal leading-relaxed text-gray-700 antialiased">
{{ description }}
</p>
<a v-if="actionUrl" class="inline-block" href="actionUrl">
<a v-if="actionUrl" class="inline-block" :href="actionUrl">
<button class="flex select-none items-center gap-2 rounded-lg py-3 px-6 text-center align-middle font-sans text-xs font-bold uppercase text-pink-500 transition-all hover:bg-pink-500/10 active:bg-pink-500/30 disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none" type="button">
Learn More
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true" class="h-4 w-4">
Expand Down

0 comments on commit d6dd55b

Please sign in to comment.