⬆ Updated all packages to latest stable, changed hardware url to /uses
Some checks failed
Build and deploy website / build (push) Failing after 42s
Some checks failed
Build and deploy website / build (push) Failing after 42s
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<br />
|
||||
|
||||
<CollapseList items={selectedHardware.data.hardware} title={m.hardware()} />
|
||||
<div class="my-2" />
|
||||
<div class="my-2"></div>
|
||||
{#if (selectedHardware.data.accessories)}
|
||||
<CollapseList items={selectedHardware.data.accessories} title={m.accessories()} />
|
||||
{/if}
|
||||
|
@ -21,7 +21,7 @@ const Links: Link[] = [
|
||||
},
|
||||
{
|
||||
label: m.hardware,
|
||||
to: "/hardware"
|
||||
to: "/uses"
|
||||
},
|
||||
{
|
||||
label: m.contactMe,
|
||||
|
@ -12,14 +12,14 @@ export type NavLink =
|
||||
| "/projects"
|
||||
| `/projects/${Project["id"]}`
|
||||
| "/links"
|
||||
| "/hardware"
|
||||
| "/uses"
|
||||
|
||||
const paths: Set<NavLink> = new Set([
|
||||
"/",
|
||||
"/contact",
|
||||
"/projects",
|
||||
"/links",
|
||||
"/hardware"
|
||||
"/uses"
|
||||
])
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user