mirror of
https://github.com/emuplace/folium.emuplace.app.git
synced 2024-11-21 18:02:47 +01:00
Added v1.12 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
3ae5097d4e
commit
2681ef32e0
@ -11,8 +11,8 @@ export default function NewHome() {
|
||||
const changes = [
|
||||
{
|
||||
text: 'v1.12',
|
||||
isLatest: false,
|
||||
isUpcoming: true,
|
||||
isLatest: true,
|
||||
isUpcoming: false,
|
||||
details: [
|
||||
{
|
||||
secondaryText: 'Added support for the iPad mini 7 (A17 Pro)',
|
||||
@ -34,7 +34,7 @@ export default function NewHome() {
|
||||
},
|
||||
{
|
||||
text: 'v1.11',
|
||||
isLatest: true,
|
||||
isLatest: false,
|
||||
isUpcoming: false,
|
||||
details: [
|
||||
{
|
||||
@ -131,9 +131,9 @@ export default function NewHome() {
|
||||
<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>
|
||||
<Button component='a' href='https://jarrodnorwell.gitbook.io/folium/getting-started' color='grape' radius={'xl'} variant='filled'>Getting Started</Button>
|
||||
{/*<Button component='a' href='https://jarrodnorwell.gitbook.io/folium/getting-started' color='grape' radius={'xl'} variant='filled'>Getting Started</Button>*/}
|
||||
<Button component='a' href='https://github.com/folium-app' color='gray' radius={'xl'} variant='filled'>Open GitHub</Button>
|
||||
<Button component='a' href='https://github.com/emuplace/folium.emuplace.app/releases/download/v1.11/folium-sideload-v1.11.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload</Button>
|
||||
<Button component='a' href='https://github.com/emuplace/folium.emuplace.app/releases/download/v1.12/folium-sideload-v1.12.ipa.zip' color='teal' radius={'xl'} variant='filled'>Sideload</Button>
|
||||
</Flex>
|
||||
<Title order={2}>
|
||||
Changes
|
||||
|
Loading…
Reference in New Issue
Block a user