docs: update logo screenshot

This commit is contained in:
Jay V
2025-06-27 14:04:09 -04:00
parent 87d62514db
commit fa2723f2d0
13 changed files with 44 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ import type { Props } from '@astrojs/starlight/props';
import CopyIcon from "../assets/lander/copy.svg";
import CheckIcon from "../assets/lander/check.svg";
import Screenshot from "../assets/themes/tokyonight.png";
import Screenshot from "../assets/lander/screenshot-splash.png";
const { data } = Astro.locals.starlightRoute.entry;
const { title = data.title, tagline, image, actions = [] } = data.hero || {};