Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit bdd1dea

Browse files
committed
Fixed button hover and links
1 parent 8619d37 commit bdd1dea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
}

src/components/projects.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)