Shortened API link name

This commit is contained in:
G2-Games 2024-10-28 02:49:11 -05:00
parent 2f70967834
commit 24253020f4

View file

@ -20,7 +20,7 @@ pub fn footer() -> Markup {
p {a href="/" {"Home"}} p {a href="/" {"Home"}}
p {a href="https://github.com/G2-Games/confetti-box" {"Source"}} p {a href="https://github.com/G2-Games/confetti-box" {"Source"}}
p {a href="https://g2games.dev/" {"My Website"}} 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"}} p {a href="https://ko-fi.com/g2_games" {"Donate"}}
} }
} }