diff --git a/src/pages/ap.astro b/src/pages/ap.astro index 0108dcd..5be8b0b 100644 --- a/src/pages/ap.astro +++ b/src/pages/ap.astro @@ -6,7 +6,7 @@ import { PlusCircle } from "lucide-astro"; export const prerender = false; -const apps: Asset[] = await (await fetch(`${ASSET_URL}/json/apps.json`)).json(); +const apps: Asset[] = await (await fetch(`${ASSET_URL}/json/apps.min.json`)).json(); const customApps = (Astro.cookies.get("asset.app")?.json() as Asset[]) ?? []; const all = [...customApps, ...apps].sort((a, b) => { diff --git a/src/pages/ga.astro b/src/pages/ga.astro index 257f207..903686a 100644 --- a/src/pages/ga.astro +++ b/src/pages/ga.astro @@ -6,7 +6,7 @@ import { PlusCircle } from "lucide-astro"; export const prerender = false; -const games: Asset[] = await (await fetch(`${ASSET_URL}/json/games.json`)).json(); +const games: Asset[] = await (await fetch(`${ASSET_URL}/json/games.min.json`)).json(); const customGames = (Astro.cookies.get("asset.game")?.json() as Asset[]) ?? []; const all = [...customGames, ...games].sort((a, b) => { diff --git a/src/pages/tb.astro b/src/pages/tb.astro index ea56c80..9b8fac7 100644 --- a/src/pages/tb.astro +++ b/src/pages/tb.astro @@ -2,29 +2,38 @@ import Layout from "@/layouts/Layout.astro"; import { ArrowLeft, ArrowRight, Home, Loader2, Maximize2, Plus, RotateCw, Star } from "lucide-astro"; --- - -
-
- + +
+
+
-
- - +
+ + - - -
@@ -32,21 +41,21 @@ import { ArrowLeft, ArrowRight, Home, Loader2, Maximize2, Plus, RotateCw, Star } type="text" placeholder="Search or enter a new URL" id="inp" - class="w-10/12 h-8 px-4 rounded-md bg-border outline-none focus:ring-2 focus:ring-accent placeholder:text-interactive-secondary" + class="w-10/12 h-8 px-4 rounded-md bg-interactive text-text border border-border outline-none focus:ring-2 focus:ring-accent placeholder:text-placeholder" />
-
- -
- -

Interstellar is loading your content!

+ +

Interstellar is loading your content!