diff --git a/ts/editor/StickyBadge.svelte b/ts/editor/StickyBadge.svelte index 96b0a5318..596678f30 100644 --- a/ts/editor/StickyBadge.svelte +++ b/ts/editor/StickyBadge.svelte @@ -11,7 +11,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html import Badge from "$lib/components/Badge.svelte"; import Icon from "$lib/components/Icon.svelte"; - import { stickyIcon } from "$lib/components/icons"; + import { stickyIconHollow } from "$lib/components/icons"; + import { stickyIconSolid } from "$lib/components/icons"; import { context as editorFieldContext } from "./EditorField.svelte"; @@ -51,9 +52,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - - + > + {#if active} + + {:else} + + {/if}