Skip to content

Commit

Permalink
Uploaded new Windows Sudachi with new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodnorwell committed Sep 6, 2024
1 parent 4c5ce25 commit 984cab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ 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.6.7z" radius={'xl'} variant="filled">Windows</Button>
<Button color="blue" component="a" href="/releases/sudachi-windows-v1.0.7.7z" radius={'xl'} variant="filled">Windows</Button>
<Button color="gray" component="a" href="/releases/latest.zip" radius={'xl'} variant="filled">Source Code</Button>
</Group>
</Flex>
Expand All @@ -118,7 +118,7 @@ export default function App() {
Changes
</Title>
<Badge>
v1.0.6
v1.0.7
</Badge>
</Group>
<Accordion radius={'md'} variant="contained">
Expand Down

0 comments on commit 984cab7

Please sign in to comment.