Skip to content

Commit

Permalink
Update widget.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeetov authored Nov 19, 2023
1 parent 9c298fb commit 35de749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
async function getValidGifURLs() {
try {
const [response, notShownResponse] = await Promise.all([
fetch('https://userpfp.github.io/UserPFP/import.css'), // Add the correct URL here
fetch('https://userpfp.github.io/UserPFP/source/data.json'), // Add the correct URL here
]);

const [cssText, notShownText] = await Promise.all([
Expand Down

0 comments on commit 35de749

Please sign in to comment.