We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9f6b0 commit 04434cbCopy full SHA for 04434cb
src/lib/layout/header.svelte
@@ -124,8 +124,7 @@
124
{/if}
125
<DropList show={$feedback.show} scrollable on:blur={toggleFeedback}>
126
<button class="button is-small is-text" on:click={toggleFeedback}>
127
- <!-- TODO: invert this before release -->
128
- {#if !$feedback.notification}
+ {#if $feedback.notification}
129
<span
130
class="notification u-position-absolute u-inset-block-start-8 u-inset-inline-end-8"
131
></span>
0 commit comments