Skip to content

Commit 7200dee

Browse files
author
Laza Nantenaina
committed
Use whatsapp icon
1 parent 7502154 commit 7200dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Contact/Contact.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { FormattedMessage } from "gatsby-plugin-intl";
33
import { EmailOutline } from "@styled-icons/evaicons-outline/EmailOutline";
4-
import { Telephone } from "@styled-icons/bootstrap/Telephone";
4+
import { Whatsapp } from "@styled-icons/boxicons-logos/Whatsapp";
55

66
import { SubTitle } from "../styled";
77

@@ -45,7 +45,7 @@ const Contact = () => {
4545

4646
<ContactValue>
4747
<IconWrapper>
48-
<Telephone />
48+
<Whatsapp />
4949
</IconWrapper>
5050
{PHONE}
5151
</ContactValue>

0 commit comments

Comments
 (0)