Merge pull request #291 from daffaharizal/main

Ref(index.jsx): hover: underline class for See All text
This commit is contained in:
Ariful Alam
2023-01-23 17:19:18 +06:00
committed by GitHub

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>