Skip to content

Commit

Permalink
Plain text: Fix reversed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 16, 2023
1 parent 6841d43 commit c792efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/plain-text/split-join.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

<ActionCardItem
label="Join"
icon={SetSplit}
icon={SetMerge}
on:click={join} />

<ActionCardItem
label="Split"
icon={SetMerge}
icon={SetSplit}
on:click={split} />

</ActionCard>
Expand Down

0 comments on commit c792efe

Please sign in to comment.