Skip to content

Commit

Permalink
fix: adding title prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas committed Jun 2, 2021
1 parent 66ad38b commit 2b71cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InstallButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const InstallButton = ({ children, title, ...props }) => {
margin-right: 2px;
`}
>
Install
{title}
</Button>
<Dropdown>
<Dropdown.Toggle
Expand Down

0 comments on commit 2b71cb9

Please sign in to comment.