chore: Update marketplace grid layout for larger screens
This commit is contained in:
@@ -14,7 +14,7 @@ export interface ZenTheme {
|
||||
}
|
||||
|
||||
const THEME_API = "https://zen-browser.github.io/theme-store/themes.json";
|
||||
const CACHE_OPTIONS = { cache: "force-cache" } as RequestInit;
|
||||
const CACHE_OPTIONS = { cache: "no-cache" } as RequestInit;
|
||||
|
||||
export async function getAllThemes() {
|
||||
// Fetch from the API
|
||||
|
||||
Reference in New Issue
Block a user