Skip to content

Commit

Permalink
try to fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-laplante committed May 11, 2024
1 parent 5387ceb commit ece2e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const theme = createTheme({
export const App: React.FC = () => {
return (
<MantineProvider theme={theme}>
<FetchWithProgress url={"/assets/yocto-3.1.33.zip"}/>
<FetchWithProgress url={"assets/yocto-3.1.33.zip"}/>
</MantineProvider>
);
};

0 comments on commit ece2e24

Please sign in to comment.