add soundcloud

This commit is contained in:
vchikalkin 2025-02-22 02:33:51 +03:00
parent f5538aff6b
commit 3c31dda3f7
3 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,13 @@ const contacts: ContactType[] = [
},
title: 'Instagram',
},
{
href: 'https://soundcloud.com/vchika',
image: {
src: icons.Soundcloud,
},
title: 'SoundCloud',
},
];
export function Contacts() {

View File

@ -1,11 +1,13 @@
import Email from '../../public/icons/email.png';
import Github from '../../public/icons/github.png';
import Instagram from '../../public/icons/instagram.png';
import Soundcloud from '../../public/icons/soundcloud.png';
import Telegram from '../../public/icons/telegram.png';
export const icons = {
Email,
Github,
Instagram,
Soundcloud,
Telegram,
};

BIN
public/icons/soundcloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB