added linkedin

This commit is contained in:
Fedor Katurov 2022-11-16 02:28:01 +06:00
parent 84ca6100cf
commit 93624c55f2
3 changed files with 24 additions and 0 deletions

View file

@ -12,6 +12,14 @@
<IconsGithub :width="24" :height="24" />
</ContactRow>
<ContactRow
value="Fedor Katurov"
:href="contacts.linkedin"
label="LinkedIn"
>
<IconsLinkedin :width="24" :height="24" />
</ContactRow>
<ContactRow :value="mail" :href="`mailto:${mail}`" label="Mail">
<IconsSend :width="24" :height="24" />
</ContactRow>