This repository was archived by the owner on May 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 "projectName" : " Personal Website" ,
1717 "description" : " Personal website made with hugo" ,
1818 "tags" : [" Hugo" , " Portfolio" ],
19- "githubLink" : " https://github.com/bob/task-manager " ,
19+ "githubLink" : " https://github.com/Ranger-NF/Personal-Website " ,
2020 "projectLink" : " https://justfahad.me/" ,
2121 "image" : " https://i.postimg.cc/ZYXDcT2p/personal-site.png"
2222 }
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const ProjectsPage = () => {
115115 href = { project . githubLink }
116116 target = "_blank"
117117 rel = "noopener noreferrer"
118- className = "flex items-center gap-2 text-gray-700 hover:text-gray-900 "
118+ className = "flex items-center gap-2 p-1 rounded-md text-gray-700 hover:text-white hover:bg-black "
119119 >
120120 < SiGithub size = { 20 } />
121121 < span > Source Code</ span >
@@ -125,7 +125,7 @@ const ProjectsPage = () => {
125125 href = { project . projectLink }
126126 target = "_blank"
127127 rel = "noopener noreferrer"
128- className = "flex items-center gap-2 text-gray-700 hover:text-gray-900 "
128+ className = "flex items-center gap-2 p-1 rounded-md text-gray-700 hover:text-white hover:bg-black "
129129 >
130130 < ExternalLink size = { 20 } />
131131 < span > Project Link</ span >
You can’t perform that action at this time.
0 commit comments