From ac2589623c7ee5298b53a326c107ee38ef9437e1 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 13 Feb 2026 08:41:39 -0700 Subject: [PATCH] Use generic git icon for Gitea source link --- site/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/astro.config.mjs b/site/astro.config.mjs index 0713298..cf985b4 100644 --- a/site/astro.config.mjs +++ b/site/astro.config.mjs @@ -12,7 +12,7 @@ export default defineConfig({ title: 'K-Line', description: 'BMW I/K-Bus + OBD-II K-line interface for ESP32 with PC817 optocoupler isolation', social: [ - { icon: 'codeberg', label: 'Source', href: 'https://git.supported.systems/warehack.ing/i-k-bus-board' }, + { icon: 'seti:git', label: 'Source', href: 'https://git.supported.systems/warehack.ing/i-k-bus-board' }, ], customCss: ['./src/styles/custom.css'], sidebar: [