1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-04 16:30:13 +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"
values={{
h: (chunks) => (
<span className={classes.highlight}>{chunks} </span>
<span className={classes.highlight}>{chunks}</span>
),
}}
/>