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
commit e56dc34e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
</a>