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' }">