From f2b2d31a0f1f8bff3214211814d658bfb9fa4d93 Mon Sep 17 00:00:00 2001 From: gus Date: Thu, 19 Feb 2026 12:02:24 -0300 Subject: [PATCH] fixed links on renposivity and set as variable --- src/lib/components/Footer.svelte | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index b2da460..555ca12 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -14,7 +14,8 @@ let mounted = false; let visibleElements = {}; - + let termsUrl = "https://terms.basspago.com.br"; + let policyUrl = "https://policy.basspago.com.br" onMount(() => { mounted = true; @@ -101,8 +102,8 @@ ouvidoria@basspago.com

Políticas:

- Termos de Uso - Política de Privacidade + Termos de Uso + Política de Privacidade {/if} @@ -244,8 +245,8 @@ ouvidoria@basspago.com.br

Políticas

- Termos de Uso - Política de Privacidade + Termos de Uso + Política de Privacidade @@ -560,4 +561,4 @@ height: 24px; } } - + \ No newline at end of file