We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0fe15 commit 44b6b4cCopy full SHA for 44b6b4c
1 file changed
src/app/page.tsx
@@ -50,7 +50,7 @@ export default function Home() {
50
<div className="border-2 border-gray-800 rounded px-2 py-1">
51
<h3 className="font-bold">Links:</h3>
52
<ul className="list-disc pl-5">
53
- <li><a className="hover:underline" href="https://www.linkedin.com/in/andersontseng/">LinkedIn</a></li>
+ <li><a className="hover:underline" href="https://www.linkedin.com/in/andersontseng/">Linkedin</a></li>
54
<li><a className="hover:underline" href="https://www.instagram.com/anderson_wootdidoo/">Instagram</a></li>
55
<li><a className="hover:underline" href="https://github.com/highfire1">Github</a></li>
56
<li><a className="hover:underline" href="https://devpost.com/Highfire1">Devpost</a></li>
0 commit comments