Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update store.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored May 5, 2024
1 parent d956ecd commit 93b03c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/applications/apps/store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const MicroStore = () => {
useEffect(() => {
if (!wnapp.hide && fetchState == 0) {
var url = queryParams.get("customstore");
if (!url) url = "https://store.win11react.com/store/index.json";
if (!url) url = "https://raw.githubusercontent.com/win11react/store/main/store/index.json";

axios
.get(url)
Expand Down

0 comments on commit 93b03c4

Please sign in to comment.