From 027d427db9839316b3c54e3524d42d2245dce4ed Mon Sep 17 00:00:00 2001 From: daffaharizal Date: Mon, 23 Jan 2023 18:09:12 +0700 Subject: [PATCH] Ref(index.jsx): hover: underline class for See All text --- src/components/project/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/project/index.jsx b/src/components/project/index.jsx index 0e43440..f89fd12 100644 --- a/src/components/project/index.jsx +++ b/src/components/project/index.jsx @@ -146,7 +146,7 @@ const Project = ({ repo, loading, github, googleAnalytics }) => { href={`https://github.com/${github.username}?tab=repositories`} target="_blank" rel="noreferrer" - className="text-base-content opacity-50" + className="text-base-content opacity-50 hover:underline" > See All