1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added github link

This commit is contained in:
Fedor Katurov 2021-09-30 16:59:32 +07:00
parent d5ed6c75d7
commit b43fb35b47
3 changed files with 18 additions and 2 deletions

View file

@ -19,6 +19,13 @@ const BorisContacts: FC<Props> = () => (
link="https://t.me/boris48bot"
subtitle="телеграм-бот"
/>
<BorisContactItem
icon="github"
title="Github"
link="https://github.com/muerwre?tab=repositories&q=vault"
subtitle="исходники Убежища"
/>
</div>
);