1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-10-03 18:00:15 +02:00

fix: whitespace in title on homepage

This commit is contained in:
Elias Schneider 2024-05-17 14:42:14 +02:00
parent d147614f76
commit 74cd520cb8
No known key found for this signature in database
GPG Key ID: 07E623B294202B6C

View File

@ -94,7 +94,7 @@ export default function Home() {
id="home.title" id="home.title"
values={{ values={{
h: (chunks) => ( h: (chunks) => (
<span className={classes.highlight}>{chunks} </span> <span className={classes.highlight}>{chunks}</span>
), ),
}} }}
/> />