Skip to content

Commit ac429b2

Browse files
Merge pull request #1 from prafullnavkar/v2
V2
2 parents 10eb024 + f8fc9d0 commit ac429b2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<title>Learn web development</title>
2828
</head>
2929
<body>
30-
<noscript>You need to enable JavaScript to run this app.</noscript>
3130
<div id="root"></div>
3231
<!--
3332
This HTML file is a template.

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)