✨ Update general style
- Smaller width of page - Center navbar - Fonts - Catppuccin Mocha colours - TODO.md - Show all uses at the same time - and more...
This commit is contained in:
@ -4,28 +4,34 @@ import type { NavLink } from "@/utils/linking.ts"
|
||||
interface Link {
|
||||
label: () => string
|
||||
to: NavLink
|
||||
color: string
|
||||
}
|
||||
|
||||
const Links: Link[] = [
|
||||
{
|
||||
label: m.home,
|
||||
to: "/",
|
||||
color: "text-cat-rosewater",
|
||||
},
|
||||
{
|
||||
label: m.myProjects,
|
||||
to: "/projects",
|
||||
color: "text-cat-flamingo",
|
||||
},
|
||||
{
|
||||
label: m.myLinks,
|
||||
to: "/links",
|
||||
color: "text-cat-pink",
|
||||
},
|
||||
{
|
||||
label: m.uses,
|
||||
to: "/uses",
|
||||
color: "text-cat-mauve",
|
||||
},
|
||||
{
|
||||
label: m.contactMe,
|
||||
to: "/contact",
|
||||
color: "text-cat-red",
|
||||
},
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user