mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 22:19:58 +02:00
refactor: Update theme API URL in ZenThemeMarketplaceChild.sys.mjs
This commit is contained in:
parent
a71e589dcf
commit
1ae07eadf9
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
|
|||
}
|
||||
|
||||
getThemeAPIUrl(themeId) {
|
||||
return `https://cdn.jsdelivr.net/gh/zen-browser/theme-store/themes/${themeId}/theme.json`;
|
||||
return `https://zen-browser.github.io/theme-store/themes/${themeId}/theme.json`;
|
||||
}
|
||||
|
||||
async getThemeInfo(themeId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue