Skip to content

Commit

Permalink
Added changes as requested on PR review v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartinez287 committed Oct 15, 2023
1 parent 4c2c419 commit 0280c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Heading.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { title, subtitle, date, author, authorUrl, authorAvatar, readTime, editUr
)}
{author && (
<div class={authorAvatar ? `ml-1 dark:text-white` : ``}>
<a class="dark:text-white" href={authorUrl}>{author}</a>
<a class="dark:text-white hover:underline" href={authorUrl}>{author}</a>
</div>
)}
</div>
Expand Down

0 comments on commit 0280c4c

Please sign in to comment.