mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-21 18:02:47 +01:00
Updated with process
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
a8adc79bde
commit
cb0c88a02f
@ -2,7 +2,8 @@ import '@mantine/core/styles.css';
|
||||
import {
|
||||
Anchor, Button, Center, Flex, Group, Badge,
|
||||
MantineProvider, List, Accordion,
|
||||
Stack, Text, Title
|
||||
Stack, Text, Title,
|
||||
Space
|
||||
} from '@mantine/core';
|
||||
import classes from './NewHome.module.css';
|
||||
import { theme } from '../theme';
|
||||
@ -160,6 +161,13 @@ export default function NewHome() {
|
||||
<Text c={'dimmed'} ta={'center'}>
|
||||
Beautifully designed, high performing multi-system emulation in the palm of your hands
|
||||
</Text>
|
||||
<Text c={'red'} size='sm' ta={'center'}>
|
||||
Apple is currently rejecting the app under guideline 4.7.
|
||||
</Text>
|
||||
<Text c={'red'} size='sm' ta={'center'}>
|
||||
Folium does not fall under this and I'm actively trying to get this resolved.
|
||||
</Text>
|
||||
<Space h={'sm'} />
|
||||
<Flex align={'center'} gap={'md'} justify={'center'} direction={'row'} wrap={'wrap'}>
|
||||
<Button component='a' href='https://apps.apple.com/au/app/folium/id6498623389' color='blue' radius={'xl'} variant='filled'>Open App Store</Button>
|
||||
<Button component='a' href='https://discord.gg/jv3wmCUTw7' color='violet' radius={'xl'}>Join Discord</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user