feat: add git repo to footer

This commit is contained in:
Troy 2025-03-08 09:48:04 +00:00
parent ca858f5fde
commit db40923670
Signed by: troy
GPG key ID: DFC06C02ED3B4711
6 changed files with 82 additions and 81 deletions

View file

@ -40,9 +40,9 @@ export const SITE: Site = {
icon: "mdi:email",
},
{
name: "GitHub",
href: "https://github.com/troylusty",
icon: "mdi:github",
name: "Git",
href: "https://code.troylusty.com",
icon: "mdi:git",
},
{
name: "Steam",
@ -52,15 +52,15 @@ export const SITE: Site = {
],
NAVLINKS: [
{
name: "projects",
name: "Projects",
href: "/projects",
},
{
name: "posts",
name: "Posts",
href: "/posts",
},
{
name: "cv",
name: "CV",
href: "/cv",
},
],