From 6db4e47897148c4f4880073bdc30b13e29ade618 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 1 Jul 2023 22:21:00 +0100 Subject: [PATCH] fix git link --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 5994d6b..1f2fecd 100644 --- a/config.json +++ b/config.json @@ -8,10 +8,10 @@ "links": [ { "title": "Git", - "url": "https://git-scm.com/", + "url": "https://git.fascinated.cc/", "color": { "normal": "bg-neutral-700", - "hover": "bg-neutral-100" + "hover": "bg-neutral-600" } }, {