From 792c851a550397aff909f43eda7201061af5ea57 Mon Sep 17 00:00:00 2001 From: Salvydas Lukosius Date: Mon, 25 May 2026 22:26:14 +0100 Subject: [PATCH] fix(wiki): correct intro metrics image branch and homepage star count width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The intro page Summary images pointed at z-shell/.github @main, but the metrics SVGs are published to the 'metrics' branch (404 on main → broken images). The homepage star iframe was 130px wide, clipping the count bubble on the large button. Point the URLs at the metrics branch and widen the star iframe to 170px (matching the follow button). --- docs/index.mdx | 4 ++-- src/components/HomeBanner/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index 48209dcb8..6c6dc4243 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -66,13 +66,13 @@ Zi is a Swiss Army Knife for Zsh — a blazing-fast plugin manager with Turbo mo alt="Z-Shell Metrics" width="100%" height="auto" - img="https://raw.githubusercontent.com/z-shell/.github/main/metrics/plugin/metrics.svg" + img="https://raw.githubusercontent.com/z-shell/.github/metrics/metrics/plugin/metrics.svg" /> diff --git a/src/components/HomeBanner/index.tsx b/src/components/HomeBanner/index.tsx index 04637d97d..db1ef3111 100644 --- a/src/components/HomeBanner/index.tsx +++ b/src/components/HomeBanner/index.tsx @@ -44,7 +44,7 @@ export default function HeroBanner(): React.JSX.Element {