Skip to content

Commit f8fc9d0

Browse files
added telegram handle in contact uS
1 parent 76949a8 commit f8fc9d0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/component/Contact.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@ const Contact = () => {
1111
className="hover:text-blue-500 hover:underline"
1212
>
1313
contactlearnwebdevelopment@gmail.com
14-
</a>{" "}
14+
</a>
15+
<p className="text-xl font-semibold underline">telegram Id:</p>
16+
<a
17+
href={`https://t.me/codehangout`}
18+
target="_blank"
19+
rel="noreferrer"
20+
className="hover:text-blue-500 hover:underline"
21+
>
22+
https://t.me/codehangout
23+
</a>
1524
</div>
1625
);
1726
};

0 commit comments

Comments
 (0)