From 188f09d58bda8ce51797ddd440556aa96d29a642 Mon Sep 17 00:00:00 2001 From: Exil Date: Wed, 3 Jan 2024 01:20:24 +0000 Subject: [PATCH] Update GH social URL --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5143680..f40ec0b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -78,7 +78,7 @@ fn socials() -> Html { }, ListItem { children: "Github", - href: "https://github.com/exilvm", + href: "https://github.com/exil0867", target: Some("_blank"), }, ListItem {