From 2311a1a3e7a8fea95ad804a6fa8d618f48f74ecd Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Mon, 15 Sep 2025 13:09:17 +0700 Subject: [PATCH] Added postponed text and link to Folium --- index.html | 1 - public/favicon.svg | 1 - public/index.html | 89 ---------------------------------------------- src/App.tsx | 45 ++++++++++++++++++----- 4 files changed, 37 insertions(+), 99 deletions(-) delete mode 100644 public/favicon.svg delete mode 100644 public/index.html diff --git a/index.html b/index.html index c942d88..2428581 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - Sudachi diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index 22bab82..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 2ed289d..0000000 --- a/public/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - Welcome to Firebase Hosting - - - - - - - - - - - - - - - - - - - -
-

Welcome

-

Firebase Hosting Setup Complete

-

You're seeing this because you've successfully setup Firebase Hosting. Now it's time to go build something extraordinary!

- Open Hosting Documentation -
-

Firebase SDK Loading…

- - - - diff --git a/src/App.tsx b/src/App.tsx index a9b98d9..278a767 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,16 +1,17 @@ import "@mantine/core/styles.css"; import { - Accordion, - Anchor, Badge, Center, Flex, - Group, - List, + Container, + Flex, MantineProvider, - Space, - Stack, Text, Title + Title, + Text, + Stack, + Anchor } from "@mantine/core"; import { theme } from "./theme"; export default function App() { + /* const changes = [ { text: 'Latest Changes', @@ -153,12 +154,38 @@ export default function App() { ) }) + */ const date = new Date() return ( = 7 && date.getHours() <= 19 ? 'light' : 'dark'}> - + + + + + + @getsudachiemu + + + + Development Postponed + + + + Check out + + + + Folium + + + + for iPad and iPhone + + + + {/* @@ -181,7 +208,9 @@ export default function App() { {items} - + */} + + ) }