Skip to content

Commit

Permalink
Update - More obvious creator link
Browse files Browse the repository at this point in the history
  • Loading branch information
markmead committed Nov 1, 2024
1 parent ef293a6 commit 5baeeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PreviewCreator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function PreviewCreator({ creatorGithub }) {
href={`https://github.com/${creatorGithub}`}
target="_blank"
rel="noreferrer"
className="inline-block font-medium no-underline transition hover:text-gray-900"
className="inline-block font-medium underline underline-offset-2 transition hover:text-gray-900 hover:no-underline"
>
{creatorGithub}
</a>
Expand Down

0 comments on commit 5baeeaa

Please sign in to comment.