We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10eb024 + f8fc9d0 commit ac429b2Copy full SHA for ac429b2
2 files changed
public/index.html
@@ -27,7 +27,6 @@
27
<title>Learn web development</title>
28
</head>
29
<body>
30
- <noscript>You need to enable JavaScript to run this app.</noscript>
31
<div id="root"></div>
32
<!--
33
This HTML file is a template.
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