We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8f25e commit 07e285aCopy full SHA for 07e285a
components/changelog/ChangeComponent.tsx
@@ -15,7 +15,7 @@ const ChangeComponent = (props: Change) => {
15
{description}
16
</p>
17
<p className="text-sm text-gray-400">
18
- contributed by <a href={author_url} className={'text-gray-400 hover:text-gray-500 hover:underline'}>{author_username}</a>
+ contributed by <a href={author_url} className={'text-gray-400 hover:text-gray-500 hover:underline'}>{author_username} </a>
19
in <a href={pr_url} className={'text-blue-500 hover:text-purple-500 hover:underline'}>PR #{pr_number}</a>
20
21
</div>
0 commit comments