File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ function ViewProject() {
7878 < div className = "flex justify-between" >
7979 < a
8080 href = { user . userGithubLink }
81- className = "bg-gradient-to-r from -blue-500 to-pink-500 hover:bg-gradient-to-l hover:from- blue-500 hover:to-pink-500 text-gray-700 py-2 px-4 rounded-md mr-4 "
81+ className = "text-sm lg:text-lg bg -blue-800 hover:bg-blue-900 text-white py-2 px-2 mt-1 rounded-md "
8282 target = "_blank"
8383 rel = "noopener noreferrer"
8484 >
8585 Github Profile
8686 </ a >
8787 < a
8888 href = { user . projectGithubLink }
89- className = "bg-gradient-to-r from-pink-500 to -blue-500 hover:bg-gradient-to-l hover:from-pink-500 hover:to- blue-500 text-gray-700 py-2 px-4 rounded-md"
89+ className = "text-sm lg:text-lg bg -blue-800 hover:bg-blue-900 text-white py-2 px-2 mt-1 rounded-md"
9090 target = "_blank"
9191 rel = "noopener noreferrer"
9292 >
You can’t perform that action at this time.
0 commit comments