From 0f4716657300c0afe5c4c31ec7247955b5935f23 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jun 2026 00:00:30 +0900 Subject: CGitのソーシャルアイコンを code-branch に変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHubの黒猫アイコンから、Gitブランチを表す code-branch アイコンに変更。Gitリポジトリ全般を 表現するアイコンとして cgit により適している。 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 76b6bec..c1b5221 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,7 +30,7 @@ export default defineConfig({ href: "https://twitter.com/yasutakeyohei", }, { - icon: "github", + icon: "code-branch", label: "CGit", href: "https://cgit.yasutakeyohei.com/", }, -- cgit v1.3.1