diff --git a/src/app.html b/src/app.html index 77a5ff5..660c7e1 100644 --- a/src/app.html +++ b/src/app.html @@ -1,12 +1,15 @@ -
- - - - %sveltekit.head% - - -diff --git a/src/routes/machines/[id]/+page.svelte b/src/routes/machines/[id]/+page.svelte index 2cb32e8..4e46669 100644 --- a/src/routes/machines/[id]/+page.svelte +++ b/src/routes/machines/[id]/+page.svelte @@ -3,7 +3,7 @@ import { createQuery } from "@tanstack/svelte-query"; import { pull } from "$lib/api"; import type { Machine } from "$lib/types"; - import { IconCircleFilled, IconCopy } from "@tabler/icons-svelte"; + import { IconCircleFilled } from "@tabler/icons-svelte"; import Attribute from "$lib/components/Attribute.svelte"; import clsx from "clsx"; @@ -44,9 +44,7 @@ )} />
-