mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-10-14 17:35:53 +02:00
added phone number to contact info
This commit is contained in:
@@ -16,4 +16,5 @@ test("getContactHref", () => {
|
||||
expect(getContactHref("soundcloud", "#")).toBe("https://soundcloud.com/#");
|
||||
expect(getContactHref("instagram", "#")).toBe("https://www.instagram.com/#");
|
||||
expect(getContactHref("linkedin", "#")).toBe("https://www.linkedin.com/in/#");
|
||||
expect(getContactHref("phone", "+123")).toBe("tel:+123");
|
||||
});
|
||||
|
Reference in New Issue
Block a user