mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-05 00:51:58 +02:00
Fixed invalid telegram contact url
This commit is contained in:
@@ -6,6 +6,6 @@ test('getContactHref', () => {
|
||||
expect(getContactHref('github', '#')).toBe('https://github.com/#');
|
||||
expect(getContactHref('email', '#')).toBe('mailto:#');
|
||||
expect(getContactHref('vkontakte', '#')).toBe('https://vk.com/#');
|
||||
expect(getContactHref('telegram', '#')).toBe('telegram:#');
|
||||
expect(getContactHref('telegram', '#')).toBe('https://t.me/#');
|
||||
expect(getContactHref('rss', '#')).toBe('#');
|
||||
});
|
||||
|
Reference in New Issue
Block a user