Skip to content

Commit f820efa

Browse files
committed
fix: make GitHub link clickable in about us page
1 parent 8f4925c commit f820efa

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

frontend/src/pages/AboutUs.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ const AboutUs = () => {
2727

2828
<div className="about-footer">
2929
<p>📩 Contact us: support@aidebug.com</p>
30-
<p>🌐 Visit: github.com/bhola-dev58</p>
30+
<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>
3140
</div>
3241
</div>
3342
);

0 commit comments

Comments
 (0)