Add new interests

This commit is contained in:
2021-07-03 09:33:49 +02:00
parent 0cae02babf
commit bd66616ef1
5 changed files with 42 additions and 3 deletions

View File

@@ -34,7 +34,14 @@
{{ $t('about.interests.moto') }}
<MotorcycleIcon />
</li>
<!-- todo add cloud -->
<li class="my-2">
{{ $t('about.interests.cloud') }}
<CloudIcon />
</li>
<li class="my-2">
{{ $t('about.interests.maths') }}
<MathsIcon />
</li>
</ul>
</div>
</section>