From d8987301cf7555fb6ef249111bc94b175d86dd8b Mon Sep 17 00:00:00 2001 From: gabaldon Date: Mon, 30 Sep 2024 10:44:26 +0200 Subject: [PATCH] fix: update prop in explorer section link --- components/sections/ExploreSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sections/ExploreSection.vue b/components/sections/ExploreSection.vue index 26f2f9bb..5c865a7e 100644 --- a/components/sections/ExploreSection.vue +++ b/components/sections/ExploreSection.vue @@ -29,7 +29,7 @@ class="min-w-80" :type="CardType.Link" :title="explorer.title" - :link="explorer.url" + :url="explorer.url" >