From 34bc2e2d868484a3da93385bca2afae177ad6c62 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 25 Feb 2026 17:04:49 -0700 Subject: [PATCH] Use generic git icon for source link in docs nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo is on Gitea, not GitHub — the octocat was misleading. --- docs-site/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/astro.config.mjs b/docs-site/astro.config.mjs index a2c7e45..6714a5a 100644 --- a/docs-site/astro.config.mjs +++ b/docs-site/astro.config.mjs @@ -17,7 +17,7 @@ export default defineConfig({ favicon: "/favicon.svg", social: [ { - icon: "github", + icon: "seti:git", label: "Source", href: "https://git.supported.systems/MCP/mcesptool", },