mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-05 00:51:58 +02:00
Add youtube as a contact option
This commit is contained in:
@@ -15,4 +15,5 @@ test('getContactHref', () => {
|
||||
expect(getContactHref('gitlab', '#')).toBe('https://www.gitlab.com/#');
|
||||
expect(getContactHref('weibo', '#')).toBe('https://www.weibo.com/#');
|
||||
expect(getContactHref('codepen', '#')).toBe('https://www.codepen.io/#');
|
||||
expect(getContactHref('youtube', '#')).toBe('https://www.youtube.com/channel/#');
|
||||
});
|
||||
|
Reference in New Issue
Block a user