fix: firmware cannot be linked

This commit is contained in:
2024-11-08 15:21:53 +01:00
parent 3a02caeb6d
commit 3659b80e41
10 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
</li>
<li>
<a
href="/firmware/{currentDevice ? `${currentDevice}/` : ''}"
href="/ccos/{currentDevice ? `${currentDevice}/` : ''}"
use:action={{ title: "Updates" }}
>
CCOS {$serialPort?.version ?? "Updates"}

View File

@@ -2,7 +2,7 @@
let { children } = $props();
</script>
<h1><a href="/firmware">Firmware Updates</a></h1>
<h1><a href="/ccos">Firmware Updates</a></h1>
{@render children()}