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:
parent
d147614f76
commit
74cd520cb8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
),
|
),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue