File tree Expand file tree Collapse file tree
projects/site/src/_11ty/layouts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export function render(data) {
2121 <nve-page-header slot="header">
2222 <nve-logo slot="prefix" color="brand-green" size="sm">NV</nve-logo>
2323 <a slot="prefix" href=".">Elements</a>
24- <nve-button container="flat"><a href="docs/about/getting-started/ ">Catalog</a></nve-button>
24+ <nve-button container="flat"><a href=". ">Catalog</a></nve-button>
2525 ${ ELEMENTS_PLAYGROUND_BASE_URL ? /* html */ `<nve-button container="flat"><a href="${ ELEMENTS_PLAYGROUND_BASE_URL } /ui/elements-playground/browse.html" target="_blank">Playground</a></nve-button>` : '' }
2626 <nve-button container="flat"><a href="starters/">Starters</a></nve-button>
2727 <nve-button container="flat"><a href="${ ELEMENTS_REPO_BASE_URL } " target="_blank">Repo</a></nve-button>
You can’t perform that action at this time.
0 commit comments