diff options
| -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/", }, |
