From 43519d9f26a4d26e3d6132efe8c88d0d107540ce Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 10 Oct 2022 23:39:07 +0200 Subject: [PATCH] fix: spacing issues --- frontend/src/pages/index.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/index.tsx b/frontend/src/pages/index.tsx index 89d131e1..5c046ead 100644 --- a/frontend/src/pages/index.tsx +++ b/frontend/src/pages/index.tsx @@ -16,7 +16,7 @@ import { Check } from "tabler-icons-react"; import Meta from "../components/Meta"; import useUser from "../hooks/user.hook"; -const { publicRuntimeConfig } = getConfig() +const { publicRuntimeConfig } = getConfig(); const useStyles = createStyles((theme) => ({ inner: { @@ -106,15 +106,21 @@ export default function Home() { } > - Self-Hosted - Host Pingvin Share on your own machine. +
+ Self-Hosted - Host Pingvin Share on your own machine. +
- Privacy - Your files are your files and should never - get into the hands of third parties. +
+ Privacy - Your files are your files and should never + get into the hands of third parties. +
- No annoying file size limit - Upload as big files as - you want. Only your hard drive will be your limit. +
+ No annoying file size limit - Upload as big files as + you want. Only your hard drive will be your limit. +