diff --git a/public/min/background-min.webp b/public/min/background-min.webp new file mode 100755 index 0000000..62d6284 Binary files /dev/null and b/public/min/background-min.webp differ diff --git a/src/app.tsx b/src/app.tsx index 90a69a7..c7c973c 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -11,13 +11,7 @@ export function App() { <>
-
- {/** Very light gradients overlaying the image */} -
-
-
-
-
+ diff --git a/src/components/Background.tsx b/src/components/Background.tsx index f7c1bd1..c403a89 100644 --- a/src/components/Background.tsx +++ b/src/components/Background.tsx @@ -6,14 +6,20 @@ export function Background() { // TODO: maybe have some loading screen while the image loads... return ( - <> +
+ {/** Very light gradients overlaying the image */} +
+
+
+
+ {/** Background image, always full size */} setLoaded(true)} /> - +
) -} \ No newline at end of file +}