@@ -48,16 +48,20 @@ const { t } = useI18n()
4848 <div class =" col-span-3" >
4949 <div
5050 class =" flex flex-col md:flex-row items-start space-y-8 md:space-x-6 md:space-y-0 mb-8 md:mt-8 mt-4 lg:mt-0" >
51- <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer" class =" w-[145px] h-[30px]" >
51+ <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer"
52+ class =" w-[145px] h-[30px]" >
5253 <NuxtImg src =" /cryptocity.svg" alt =" Criptociudad" width =" 145" height =" 50" />
5354 </NuxtLink >
54- <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer" class =" w-[150px] h-[30px]" >
55+ <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer"
56+ class =" w-[150px] h-[30px]" >
5557 <NuxtImg src =" /kryptostadt.svg" alt =" Kryptostadt" width =" 150" height =" 50" />
5658 </NuxtLink >
57- <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer" class =" w-[152px] h-[30px]" >
59+ <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer"
60+ class =" w-[152px] h-[30px]" >
5861 <NuxtImg src =" /criptocidade.svg" alt =" Criptocidade" width =" 152" height =" 50" />
5962 </NuxtLink >
60- <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer" class =" w-[152px] h-[30px]" >
63+ <NuxtLink to =" https://cryptocity.network" target =" _blank" rel =" noopener noreferrer"
64+ class =" w-[152px] h-[30px]" >
6165 <NuxtImg src =" /criptociudad.svg" alt =" criptociudad" width =" 155" height =" 55" />
6266 </NuxtLink >
6367 </div >
@@ -102,7 +106,8 @@ const { t } = useI18n()
102106 </NuxtLink >
103107 </li >
104108 <li >
105- <NuxtLink to =" https://www.linkedin.com/in/company/kryptostadt" target =" _blank" rel =" noopener noreferrer" >
109+ <NuxtLink to =" https://www.linkedin.com/in/company/kryptostadt" target =" _blank"
110+ rel =" noopener noreferrer" >
106111 <Icon name =" fa-brands:linkedin"
107112 class =" text-[rgba(31,35,72,0.6)] hover:text-[rgba(31,35,72,0.8)] transition-colors duration-200"
108113 size =" 28" />
@@ -135,17 +140,18 @@ const { t } = useI18n()
135140 <div class =" col-span-3 flex-wrap flex items-center mt-4 md:mt-0" >
136141
137142
138- <NuxtLink to = " # " class =" pl-0 pr-2 border-r border-gray-300" >
143+ <a href = " /privacy-policy.pdf " download target = " _blank " class =" pl-0 pr-2 border-r border-gray-300" >
139144 {{ t('PrivacyPolicy') }}
140- </NuxtLink >
145+ </a >
141146
142- <NuxtLink to =" https://cryptocity.africa/en/cookies" target =" _blank" rel =" noopener noreferrer" class =" pl-2 pr-2 border-r border-gray-300" >
147+ <NuxtLink to =" https://cryptocity.africa/en/cookies" target =" _blank" rel =" noopener noreferrer"
148+ class =" pl-2 pr-2 border-r border-gray-300" >
143149 {{ t('CookieUsage') }}
144150 </NuxtLink >
145151
146- <NuxtLink to = " https://cryptocity.africa/en/cookies " target = " _blank " rel = " noopener noreferrer " class =" pl-2" >
152+ <a href = " /terms-of-service.pdf " download class =" pl-2" target = " _blank " >
147153 {{ t('TermOfService') }}
148- </NuxtLink >
154+ </a >
149155 </div >
150156 </div >
151157 </div >
0 commit comments