mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-05 00:51:58 +02:00
Add contact icons for Facebook, LinkedIn, Instagram and Line.
This commit is contained in:
@@ -8,4 +8,8 @@ test('getContactHref', () => {
|
||||
expect(getContactHref('vkontakte', '#')).toBe('https://vk.com/#');
|
||||
expect(getContactHref('telegram', '#')).toBe('https://t.me/#');
|
||||
expect(getContactHref('rss', '#')).toBe('#');
|
||||
});
|
||||
expect(getContactHref('linkedin', '#')).toBe('#');
|
||||
expect(getContactHref('instagram', '#')).toBe('#');
|
||||
expect(getContactHref('line', '#')).toBe('#');
|
||||
expect(getContactHref('facebook', '#')).toBe('#');
|
||||
});
|
Reference in New Issue
Block a user