0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05: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>
), ),
}} }}
/> />