Skip to content

Commit

Permalink
Added links to Google Drive
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodnorwell committed Sep 26, 2024
1 parent 663c24b commit 80517c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed public/releases/app-mainline-release.apk
Binary file not shown.
Binary file removed public/releases/latest.zip
Binary file not shown.
Binary file removed public/releases/sudachi-windows-v1.0.8.7z
Binary file not shown.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function App() {
</Text>
<Flex align={'center'} justify={'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.Target>
<Button radius={'xl'} variant="filled" disabled>Apple</Button>
Expand Down Expand Up @@ -173,8 +173,8 @@ export default function App() {
</Menu.Dropdown>
</Menu>
<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="gray" component="a" href="releases/latest.zip" radius={'xl'} variant="filled">Source Code</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="https://drive.google.com/file/d/149zdnytWES7-2f8SpXuceVBz--xKgp2c/view?usp=sharing" radius={'xl'} variant="filled">Source Code</Button>
</Group>
</Flex>
<Space h={'md'} />
Expand Down

0 comments on commit 80517c1

Please sign in to comment.