Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 74cd520

Browse files
committed
fix: whitespace in title on homepage
1 parent d147614 commit 74cd520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function Home() {
9494
id="home.title"
9595
values={{
9696
h: (chunks) => (
97-
<span className={classes.highlight}>{chunks} </span>
97+
<span className={classes.highlight}>{chunks}</span>
9898
),
9999
}}
100100
/>

0 commit comments

Comments
 (0)