diff --git a/applications/web/index.html b/applications/web/index.html index de5300db..42f2ba8f 100644 --- a/applications/web/index.html +++ b/applications/web/index.html @@ -14,6 +14,14 @@ CADmium + diff --git a/applications/web/src/components/AppBar.svelte b/applications/web/src/components/AppBar.svelte index 6f3123cf..5dfa4c0b 100644 --- a/applications/web/src/components/AppBar.svelte +++ b/applications/web/src/components/AppBar.svelte @@ -40,7 +40,7 @@ } -
+
@@ -113,10 +113,10 @@
- +
- +
diff --git a/applications/web/src/components/BottomBar.svelte b/applications/web/src/components/BottomBar.svelte index eceae76a..e95d5702 100644 --- a/applications/web/src/components/BottomBar.svelte +++ b/applications/web/src/components/BottomBar.svelte @@ -9,7 +9,7 @@ $: workbenches = $project.workbenches ?? [] -
+
{#each workbenches as wb, i (wb.name)} {#if wb.renaming} {:else}