Use generic git icon for source link in docs nav

Repo is on Gitea, not GitHub — the octocat was misleading.
This commit is contained in:
Ryan Malloy 2026-02-25 17:04:49 -07:00
parent c6a55a5e8f
commit 34bc2e2d86

View File

@ -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",
},