We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76949a8 commit f8fc9d0Copy full SHA for f8fc9d0
src/component/Contact.js
@@ -11,7 +11,16 @@ const Contact = () => {
11
className="hover:text-blue-500 hover:underline"
12
>
13
contactlearnwebdevelopment@gmail.com
14
- </a>{" "}
+ </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
24
</div>
25
);
26
};
0 commit comments