Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Improve semantics of button label (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 21, 2018
1 parent 99079da commit f8105fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recipes/RecipeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const RecipeForm = ({ recipe = {}, onCancel, onSave }) => {
cancel
</Button>
<Button type="submit" raised disabled={isSubmitting}>
add recipe
save
</Button>
</footer>
<style jsx>{`
Expand Down

0 comments on commit f8105fc

Please sign in to comment.