Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit 43519d9

Browse files
committed
fix: spacing issues
1 parent 2c47b2a commit 43519d9

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

frontend/src/pages/index.tsx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { Check } from "tabler-icons-react";
1616
import Meta from "../components/Meta";
1717
import useUser from "../hooks/user.hook";
1818

19-
const { publicRuntimeConfig } = getConfig()
19+
const { publicRuntimeConfig } = getConfig();
2020

2121
const useStyles = createStyles((theme) => ({
2222
inner: {
@@ -106,15 +106,21 @@ export default function Home() {
106106
}
107107
>
108108
<List.Item>
109-
<b>Self-Hosted</b> - Host Pingvin Share on your own machine.
109+
<div>
110+
<b>Self-Hosted</b> - Host Pingvin Share on your own machine.
111+
</div>
110112
</List.Item>
111113
<List.Item>
112-
<b>Privacy</b> - Your files are your files and should never
113-
get into the hands of third parties.
114+
<div>
115+
<b>Privacy</b> - Your files are your files and should never
116+
get into the hands of third parties.
117+
</div>
114118
</List.Item>
115119
<List.Item>
116-
<b>No annoying file size limit</b> - Upload as big files as
117-
you want. Only your hard drive will be your limit.
120+
<div>
121+
<b>No annoying file size limit</b> - Upload as big files as
122+
you want. Only your hard drive will be your limit.
123+
</div>
118124
</List.Item>
119125
</List>
120126

0 commit comments

Comments
 (0)