Update App.tsx

This commit is contained in:
Jarrod Norwell 2025-02-06 02:44:49 +08:00 committed by GitHub
parent 777a49771a
commit fbf743f5cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ export default function App() {
{
color: 'orange',
platform: 'Linux',
url: ''
url: 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.13/sudachi-linux-v1.0.13.7z'
},
{
color: 'violet',
@ -187,4 +187,4 @@ export default function App() {
</Container>
</MantineProvider>
)
}
}