From 217d3a40db8946eb0ac42b2987e28eec3762fbb3 Mon Sep 17 00:00:00 2001 From: incognitotgt Date: Mon, 15 Apr 2024 01:16:45 -0400 Subject: [PATCH] format code and fix a tiny issue --- src/index.tsx | 3 ++- src/pages/Settings/PersonCard.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index b998a20..a8854b8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -49,7 +49,8 @@ export default function App() { style={{ backgroundImage: bgImage ? `url(${bgImage})` : "none", backgroundSize: "contain", - backgroundRepeat: "space" + backgroundRepeat: "repeat", + backgroundPosition: "center" }} > {init && particlesUrl !== "none" && ( diff --git a/src/pages/Settings/PersonCard.tsx b/src/pages/Settings/PersonCard.tsx index 5b4077f..69d41e0 100644 --- a/src/pages/Settings/PersonCard.tsx +++ b/src/pages/Settings/PersonCard.tsx @@ -6,7 +6,7 @@ interface props { export const PersonCard = (props) => { return ( -
+