mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-08-05 03:38:46 +02:00
Added latest update
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
This commit is contained in:
parent
f55cc74b55
commit
52ac8a20f3
2 changed files with 14 additions and 221 deletions
15
src/App.tsx
15
src/App.tsx
|
@ -1,7 +1,7 @@
|
|||
import "@mantine/core/styles.css";
|
||||
import {
|
||||
Accordion,
|
||||
Anchor, Badge, Center, Flex,
|
||||
Anchor, Badge, Button, Center, Flex,
|
||||
Group,
|
||||
List,
|
||||
MantineProvider,
|
||||
|
@ -180,6 +180,19 @@ export default function App() {
|
|||
<Accordion radius={'lg'} variant={'contained'}>
|
||||
{items}
|
||||
</Accordion>
|
||||
<Space h={'md'} />
|
||||
<Center>
|
||||
<Stack>
|
||||
<Text c={'dimmed'} ta={'center'}>
|
||||
Sudachi is no longer in-development and won't be for some time due to my required commitment to my paid project, Folium<br />For a fork that also provides real, significant changes, check out Eden below
|
||||
</Text>
|
||||
<Flex justify={'center'}>
|
||||
<Button color={'violet'} component={'a'} href={'https://eden-emu.dev'} radius={'xl'} target={'_blank'} variant={'light'}>
|
||||
Check out Eden
|
||||
</Button>
|
||||
</Flex>
|
||||
</Stack>
|
||||
</Center>
|
||||
</Stack>
|
||||
</Flex>
|
||||
</MantineProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue