1
0
Fork 0

Update vencord_mobile.js [FIX]

This commit is contained in:
Akìra 2024-05-01 13:03:08 +00:00 committed by GitHub
parent c77e5151e4
commit 54364771ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@
Object.assign(document.createElement("link"), { Object.assign(document.createElement("link"), {
rel: "stylesheet", rel: "stylesheet",
type: "text/css", type: "text/css",
href: "https://github.com/slotmachinedev/Vendroid/releases/download/devbuild/browser.css" href: "https://github.com/VendroidEnhanced/Vencord/releases/download/css/browser.css"
}) })
), { once: true }); ), { once: true });
})(); })();