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;