From 69030d2001c26346c1cb21fd9d013ff23ab6be25 Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Fri, 5 Jun 2026 00:32:12 -0300 Subject: [PATCH] link to Carpa --- app/layouts/default.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/layouts/default.vue b/app/layouts/default.vue index ebb933c..3f2310a 100755 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -22,6 +22,9 @@ const { total: favTotal } = storeToRefs(favorites) const history = useHistoryStore() const { total: histTotal } = storeToRefs(history) +const toCarpa = () => { + window.location.href = `https://carpa.com/${$i18n.locale.value}`; +} const links = computed(() => { const links = [ @@ -118,9 +121,9 @@ const links = computed(() => { class="bg-elevated/25 bg-gradient-to-tr from-blue-100 to-white" :ui="{ footer: 'lg:border-t lg:border-default' }">