diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 00:00:30 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 00:00:30 +0900 |
| commit | f42088640e494bb23cc25a35d3a573f00bd70bdc (patch) | |
| tree | 90498dd978a1475cc0d31bf2c0b16f9e77f2814f | |
| parent | 0d6b33867a2eeb2c4362a695912b4fcd31d4d18f (diff) | |
CGitのソーシャルアイコンを code-branch に変更
GitHubの黒猫アイコンから、Gitブランチを表す
code-branch アイコンに変更。Gitリポジトリ全般を
表現するアイコンとして cgit により適している。
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
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/", }, |
