Skip to content

Commit

Permalink
prevent flow logo to shrink (#4481)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem <guilhem@mbp-de-windmill.home>
  • Loading branch information
Guilhem-lm and Guilhem authored Oct 3, 2024
1 parent 96482a7 commit be4b9a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}}
>
{#if kind == 'flow'}
<BarsStaggered size={14} />
<BarsStaggered size={14} class="shrink-0" />
{:else}
<Code2 size={14} />
{/if}
Expand Down

0 comments on commit be4b9a8

Please sign in to comment.