This commit is contained in:
2021-08-23 19:14:23 +02:00
parent 2f50ad9d55
commit cfc0ed1ea4
40 changed files with 381 additions and 234 deletions

View File

@@ -2,7 +2,7 @@
<section class="w-full mb-10">
<h3 class="font-bold text-2xl md:text-4xl">
{{ $t('about.title.languages') }}
<TranslateIcon />
<LanguageIcon />
</h3>
<div>
<table class="text-base text-xl text-gray-700 dark:text-gray-400">
@@ -21,6 +21,6 @@
<script>
export default {
name: "LanguagesAbout"
name: "LanguagesAbout",
}
</script>