Skip to content

Commit 30d540e

Browse files
committed
KTL-1150 fix: added unbreakable space to "Read more"
1 parent c82147f commit 30d540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LatestNews/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function NewsPreview({ className = '', post, spoilerSize, ...props }: NewsPrevie
9494
post.excerpt,
9595
spoilerSize || postSpoilerSize,
9696
<Link href={post.fields.slug} className={classes}>
97-
Read more
97+
Read&nbsp;more
9898
</Link>
9999
),
100100
[post, spoilerSize]

0 commit comments

Comments
 (0)