Skip to content

Commit

Permalink
fix: update prop in explorer section link
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 30, 2024
1 parent 738b17a commit d898730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sections/ExploreSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="min-w-80"
:type="CardType.Link"
:title="explorer.title"
:link="explorer.url"
:url="explorer.url"
><template #description
><p class="text-black-950">{{ explorer.description }}</p></template
></WCard
Expand Down

0 comments on commit d898730

Please sign in to comment.