From 54299871e4ed1d26fb8bbfc430febc12a770f86e Mon Sep 17 00:00:00 2001 From: Danilo Cesa Date: Sat, 2 Aug 2025 10:28:25 +0800 Subject: [PATCH] chore: change git link to personal link --- src/components/hero.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hero.rs b/src/components/hero.rs index 79a2ed0..9a8e90f 100644 --- a/src/components/hero.rs +++ b/src/components/hero.rs @@ -44,7 +44,7 @@ pub fn Hero() -> Element { a { class: "inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md transition duration-300", target: "_blank", - href: "https://gitea.dcesa.cc", + href: "https://gitea.dcesa.cc/Dan", svg { class: "inline-block", view_box: "0 0 16 16",