add carbon rating

This commit is contained in:
2024-06-21 15:57:11 -04:00
parent 74c54b996e
commit 98c1a85f21
5 changed files with 12 additions and 31 deletions
+6
View File
@@ -6,6 +6,12 @@ const { pathname } = Astro.url;
interface Props {}
interface NavLink {
label: string;
icon: string;
path: string;
}
const navLinks: NavLink[] = [
{ label: 'Blog', icon: 'pen', path: '/' },
{ label: 'About', icon: 'person', path: '/about/' },