From b0640b28bb585829431fbac301ee996d8faa3d8c Mon Sep 17 00:00:00 2001 From: Andrew Nguyen Date: Thu, 21 Oct 2021 16:42:32 -0400 Subject: [PATCH] add space in link's title --- src/web/src/components/Posts/Commits.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/src/components/Posts/Commits.tsx b/src/web/src/components/Posts/Commits.tsx index 3b95436a40..21052f28aa 100644 --- a/src/web/src/components/Posts/Commits.tsx +++ b/src/web/src/components/Posts/Commits.tsx @@ -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)}