Skip to content

Commit 04434cb

Browse files
committed
chore: remove forced notification
1 parent 1f9f6b0 commit 04434cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/layout/header.svelte

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@
124124
{/if}
125125
<DropList show={$feedback.show} scrollable on:blur={toggleFeedback}>
126126
<button class="button is-small is-text" on:click={toggleFeedback}>
127-
<!-- TODO: invert this before release -->
128-
{#if !$feedback.notification}
127+
{#if $feedback.notification}
129128
<span
130129
class="notification u-position-absolute u-inset-block-start-8 u-inset-inline-end-8"
131130
></span>

0 commit comments

Comments
 (0)