summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-06-27 14:04:09 -0400
committerJay V <[email protected]>2025-06-27 14:04:09 -0400
commite0553b8d2cd2085d7fc4e948fbcb527c1290b4a0 (patch)
tree6036a2311fbe81680070319a7c15dfe347950e31 /packages/web/src/components
parent391c837b37de57cb182cbfadda143299b02e4472 (diff)
downloadopencode-e0553b8d2cd2085d7fc4e948fbcb527c1290b4a0.tar.gz
opencode-e0553b8d2cd2085d7fc4e948fbcb527c1290b4a0.zip
docs: update logo screenshot
Diffstat (limited to 'packages/web/src/components')
-rw-r--r--packages/web/src/components/Lander.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro
index 82c33f3b3..596bca2d7 100644
--- a/packages/web/src/components/Lander.astro
+++ b/packages/web/src/components/Lander.astro
@@ -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 || {};