From cd81c6237171b63329429491ba45e1ffbbf51b10 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Sat, 11 Dec 2021 16:02:42 +0100 Subject: [PATCH] feat: add edit button --- src/lib/System/SystemBody.svelte | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/lib/System/SystemBody.svelte b/src/lib/System/SystemBody.svelte index 3413d511..efa699d9 100644 --- a/src/lib/System/SystemBody.svelte +++ b/src/lib/System/SystemBody.svelte @@ -41,8 +41,9 @@ {/if} -
- Description:
- {@html htmlDescription} -
- \ No newline at end of file + +
+ Description:
+ {@html htmlDescription} +
+ \ No newline at end of file