From 856c1e577c13fae765df4023b553c4e0c5e0c60c Mon Sep 17 00:00:00 2001 From: rzen Date: Sat, 9 May 2026 11:24:12 -0400 Subject: [PATCH] =?UTF-8?q?site:=20pick=20of=20the=20day=20=E2=80=94=20Loo?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6c76b56..1c900c8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import { heroes } from '../lib/hero'; import { bundleMosaic } from '../lib/bundle-mosaic'; import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo'; -const HERO_SLUG = 'gum-shell'; +const HERO_SLUG = 'loop-radial-window-manager'; const INITIAL_GRID = 12; const BATCH_SIZE = 7;