chore: Update marketplace grid layout for larger screens

This commit is contained in:
Mauro Balades
2024-08-16 21:40:06 +02:00
parent 6c5ce72945
commit 2bc7f378b4
2 changed files with 3 additions and 3 deletions

View File

@@ -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