This repository was archived by the owner on May 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { Check } from "tabler-icons-react";
1616import Meta from "../components/Meta" ;
1717import useUser from "../hooks/user.hook" ;
1818
19- const { publicRuntimeConfig } = getConfig ( )
19+ const { publicRuntimeConfig } = getConfig ( ) ;
2020
2121const 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
You can’t perform that action at this time.
0 commit comments