⬆ Updated all packages to latest stable, changed hardware url to /uses
Some checks failed
Build and deploy website / build (push) Failing after 42s

This commit is contained in:
2025-01-19 20:02:40 +01:00
parent 2fc18f642d
commit 89a349b4fd
7 changed files with 1030 additions and 807 deletions

View File

@ -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}