Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl authored Nov 23, 2022
1 parent 411b933 commit c3fe4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const App = () => {
fetch(
"https://raw.githubusercontent.com/revanced-apks/build-apps/update/release_notification.md"
)
.then((res) => setRelease(res.body));
.then((res) => setRelease(res.text()));
}, []);
return (
<div className="App flex flex-col items-center justify-center">
Expand Down

0 comments on commit c3fe4d6

Please sign in to comment.