Fix translations

This commit is contained in:
2021-04-20 14:31:04 +02:00
parent 733d5eec2e
commit 8dbbc9de64
5 changed files with 99 additions and 99 deletions

View File

@@ -1,17 +1,17 @@
<template>
<section class="w-full my-12">
<div class="md:space-x-12 space-y-8 md:space-y-0 flex flex-col md:flex-row items-center justify-around h-full">
<nuxt-link to="/uses" class="md:w-1/3 h-full">
<nuxt-link to="/env" class="md:w-1/3 h-full">
<Ad color="rose" class="w-full flex flex-col justify-between items-center">
<div>
<img class="h-48" src="~/assets/images/memojies/Dev.png" alt="Dev Memoji" />
</div>
<div>
<h1 class="font-bold text-black text-4xl">
<h1 class="env text-black text-4xl">
{{ $t('home.ad.uses.title') }}
</h1>
<h3 class="px-4 text-xl text-gray-700">
{{ $t('home.ad.uses.description') }}
{{ $t('home.ad.env.description') }}
</h3>
</div>
</Ad>