Ref(index.jsx): hover: underline class for See All text

This commit is contained in:
daffaharizal
2023-01-23 18:09:12 +07:00
parent c888fb77a5
commit 027d427db9

View File

@@ -146,7 +146,7 @@ const Project = ({ repo, loading, github, googleAnalytics }) => {
href={`https://github.com/${github.username}?tab=repositories`} href={`https://github.com/${github.username}?tab=repositories`}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="text-base-content opacity-50" className="text-base-content opacity-50 hover:underline"
> >
See All See All
</a> </a>