diff --git a/src/components/MainBanner.vue b/src/components/MainBanner.vue index 9bda647..723d8b5 100644 --- a/src/components/MainBanner.vue +++ b/src/components/MainBanner.vue @@ -38,7 +38,7 @@ const socials = [ :key="social.name" :icon="social.icon" size="md" - :link="social.link" + :to="social.link" variant="ghost" target="_blank" :ui="{ rounded: 'rounded-full' }"