Skip to content

Commit 07e285a

Browse files
MaxIsJoecorp-0
authored andcommitted
fix: fix the word "in" being glued to the contributor's name (#38)
1 parent 9e8f25e commit 07e285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/changelog/ChangeComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const ChangeComponent = (props: Change) => {
1515
{description}
1616
</p>
1717
<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>
18+
contributed by <a href={author_url} className={'text-gray-400 hover:text-gray-500 hover:underline'}>{author_username} </a>
1919
in <a href={pr_url} className={'text-blue-500 hover:text-purple-500 hover:underline'}>PR #{pr_number}</a>
2020
</p>
2121
</div>

0 commit comments

Comments
 (0)