website: format

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-07 18:59:55 +01:00
parent ea295d58a4
commit 0eda1d01c4

View File

@ -2,7 +2,11 @@
import BaseHeader from "@mkljczk/astro-theme/components/Header.astro";
const navItems = [
{ label: "Source code", href: "https://codeberg.org/mkljczk/nicolium", target: "_blank" },
{
label: "Source code",
href: "https://codeberg.org/mkljczk/nicolium",
target: "_blank",
},
];
---