We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7502154 commit 7200deeCopy full SHA for 7200dee
src/components/Contact/Contact.tsx
@@ -1,7 +1,7 @@
1
import React from "react";
2
import { FormattedMessage } from "gatsby-plugin-intl";
3
import { EmailOutline } from "@styled-icons/evaicons-outline/EmailOutline";
4
-import { Telephone } from "@styled-icons/bootstrap/Telephone";
+import { Whatsapp } from "@styled-icons/boxicons-logos/Whatsapp";
5
6
import { SubTitle } from "../styled";
7
@@ -45,7 +45,7 @@ const Contact = () => {
45
46
<ContactValue>
47
<IconWrapper>
48
- <Telephone />
+ <Whatsapp />
49
</IconWrapper>
50
{PHONE}
51
</ContactValue>
0 commit comments