🎨 Format files, Added codeberg to links,lighter colour for linkcards
All checks were successful
Build and deploy website / build (push) Successful in 33s
All checks were successful
Build and deploy website / build (push) Successful in 33s
This commit is contained in:
12
src/links.ts
12
src/links.ts
@ -9,24 +9,24 @@ interface Link {
|
||||
const Links: Link[] = [
|
||||
{
|
||||
label: m.home,
|
||||
to: "/"
|
||||
to: "/",
|
||||
},
|
||||
{
|
||||
label: m.myProjects,
|
||||
to: "/projects"
|
||||
to: "/projects",
|
||||
},
|
||||
{
|
||||
label: m.myLinks,
|
||||
to: "/links"
|
||||
to: "/links",
|
||||
},
|
||||
{
|
||||
label: m.uses,
|
||||
to: "/uses"
|
||||
to: "/uses",
|
||||
},
|
||||
{
|
||||
label: m.contactMe,
|
||||
to: "/contact"
|
||||
}
|
||||
to: "/contact",
|
||||
},
|
||||
]
|
||||
|
||||
export default Links
|
||||
|
Reference in New Issue
Block a user