Skip to content

Commit

Permalink
Change button label
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeuio committed Feb 22, 2024
1 parent 2d6b00c commit aad087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonToggleView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function ButtonToggleView({ showForm, toggleView }: ButtonToggleViewProps) {
</>
) : (
<>
<ArrowLeft /> Show Inputs
<ArrowLeft /> Show Editor
</>
)}
</button>
Expand Down

0 comments on commit aad087f

Please sign in to comment.