mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-09 18:26:27 +02:00
Added links to Google Drive
This commit is contained in:
parent
663c24b914
commit
80517c1b0e
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -143,7 +143,7 @@ export default function App() {
|
||||||
</Text>
|
</Text>
|
||||||
<Flex align={'center'} justify={'center'}>
|
<Flex align={'center'} justify={'center'}>
|
||||||
<Group ta={'center'}>
|
<Group ta={'center'}>
|
||||||
<Button component="a" href="releases/app-mainline-release.apk" color="green" radius={'xl'} variant="filled">Android</Button>
|
<Button component="a" href="https://drive.google.com/file/d/1L_gb5v22wgxhNAOWasEAIwZm2WRvXKxE/view?usp=sharing" color="green" radius={'xl'} variant="filled">Android</Button>
|
||||||
<Menu opened={opened} onChange={setOpened}>
|
<Menu opened={opened} onChange={setOpened}>
|
||||||
<Menu.Target>
|
<Menu.Target>
|
||||||
<Button radius={'xl'} variant="filled" disabled>Apple</Button>
|
<Button radius={'xl'} variant="filled" disabled>Apple</Button>
|
||||||
|
@ -173,8 +173,8 @@ export default function App() {
|
||||||
</Menu.Dropdown>
|
</Menu.Dropdown>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Button color="orange" radius={'xl'} variant="filled" disabled>Linux</Button>
|
<Button color="orange" radius={'xl'} variant="filled" disabled>Linux</Button>
|
||||||
<Button color="blue" component="a" href="releases/sudachi-windows-v1.0.8.7z" radius={'xl'} variant="filled">Windows</Button>
|
<Button color="blue" component="a" href="https://drive.google.com/file/d/1bMWQtBkQwU7_oPjL0NGllOOMVyS_YV4j/view?usp=sharing" radius={'xl'} variant="filled">Windows</Button>
|
||||||
<Button color="gray" component="a" href="releases/latest.zip" radius={'xl'} variant="filled">Source Code</Button>
|
<Button color="gray" component="a" href="https://drive.google.com/file/d/149zdnytWES7-2f8SpXuceVBz--xKgp2c/view?usp=sharing" radius={'xl'} variant="filled">Source Code</Button>
|
||||||
</Group>
|
</Group>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Space h={'md'} />
|
<Space h={'md'} />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue