Adding hooks to the website

This commit is contained in:
Aaron Powell
2026-02-09 17:02:33 +11:00
parent acb5ad4ce8
commit 99a48a4020
7 changed files with 421 additions and 1 deletions

View File

@@ -86,6 +86,10 @@ try {
href={`${base}skills/`}
class:list={[{ active: activeNav === "skills" }]}>Skills</a
>
<a
href={`${base}hooks/`}
class:list={[{ active: activeNav === "hooks" }]}>Hooks</a
>
<a
href={`${base}collections/`}
class:list={[{ active: activeNav === "collections" }]}