add soundcloud
This commit is contained in:
parent
f5538aff6b
commit
3c31dda3f7
@ -42,6 +42,13 @@ const contacts: ContactType[] = [
|
||||
},
|
||||
title: 'Instagram',
|
||||
},
|
||||
{
|
||||
href: 'https://soundcloud.com/vchika',
|
||||
image: {
|
||||
src: icons.Soundcloud,
|
||||
},
|
||||
title: 'SoundCloud',
|
||||
},
|
||||
];
|
||||
|
||||
export function Contacts() {
|
||||
|
||||
@ -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
BIN
public/icons/soundcloud.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Loading…
x
Reference in New Issue
Block a user