Skip to content

Commit

Permalink
add space in link's title
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewnt219 committed Oct 21, 2021
1 parent cc6cc61 commit b0640b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/src/components/Posts/Commits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Commits = ({ commitUrls }: Props) => {
href={`https://github.com${url}`}
rel="bookmark"
target="_blank"
title={'Commit' + getCommitNumber(url)}
title={'Commit ' + getCommitNumber(url)}
className={classes.link}
>
{getCommitNumber(url, 6)}
Expand Down

0 comments on commit b0640b2

Please sign in to comment.