Update degree status
All checks were successful
Deploy / build-and-publish (push) Successful in 1m51s
Deploy / deploy (push) Successful in 11s

This commit is contained in:
2025-06-10 14:27:21 +03:00
parent e5230a6f27
commit 530c3b0a93
5 changed files with 8 additions and 22 deletions

View File

@@ -17,19 +17,11 @@
<div class="grid gap-x-2 grid-cols-[auto_1fr] h-fit items-center text-slate-400">
<div class="flex gap-2 items-center">
<MaterialSymbolsWork></MaterialSymbolsWork>
{$t('about.career')}
</div>
{$t('about.career_value')}
<div class="flex gap-2 items-center">
<MaterialSymbolsSchool></MaterialSymbolsSchool>
{$t('about.bachelors')}
</div>
{$t('about.bachelors_value')}
<div class="flex gap-2 items-center">
<MaterialSymbolsSchool></MaterialSymbolsSchool>
{$t('about.masters')}
</div>
{$t('about.masters_value')}
</div>