From 24253020f4c259b3b22e26718f4b54e223d63ca0 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Mon, 28 Oct 2024 02:49:11 -0500 Subject: [PATCH] Shortened API link name --- src/pages.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages.rs b/src/pages.rs index 985906f..fed5fc1 100644 --- a/src/pages.rs +++ b/src/pages.rs @@ -20,7 +20,7 @@ pub fn footer() -> Markup { p {a href="/" {"Home"}} p {a href="https://github.com/G2-Games/confetti-box" {"Source"}} p {a href="https://g2games.dev/" {"My Website"}} - p {a href="api" {"API Info"}} + p {a href="api" {"API"}} p {a href="https://ko-fi.com/g2_games" {"Donate"}} } }