From da59482348ebe599f65ff44bb9d3074c31036347 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 31 Dec 2023 19:17:19 +0300 Subject: [PATCH] Fix GitHub link --- src/routes/index/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index/mod.rs b/src/routes/index/mod.rs index 4ecd9f1..7a520be 100644 --- a/src/routes/index/mod.rs +++ b/src/routes/index/mod.rs @@ -22,7 +22,7 @@ pub async fn handler() -> actix_web::Result { } }, html! { - a href="/github" { + a href="https://github.com/RGBCube" { div class="frame" { "github" }