We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f4925c + f820efa commit a8f1c96Copy full SHA for a8f1c96
1 file changed
frontend/src/pages/AboutUs.js
@@ -27,7 +27,16 @@ const AboutUs = () => {
27
28
<div className="about-footer">
29
<p>📩 Contact us: support@aidebug.com</p>
30
- <p>🌐 Visit: github.com/bhola-dev58</p>
+ <p>
31
+ 🌐 Visit:{" "}
32
+ <a
33
+ href="https://github.com/bhola-dev58"
34
+ target="_blank"
35
+ rel="noopener noreferrer"
36
+ >
37
+ github.com/bhola-dev58
38
+ </a>
39
+ </p>
40
</div>
41
42
);
0 commit comments