Skip to content

Commit

Permalink
chore: sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 19, 2020
1 parent 8088492 commit a2a41d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GuideTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const GuideTile = ({ icon, minutes, title, description, path, className }) => (
className={styles.button}
onClick={() => navigate(path)}
>
Start the Guide
Start the guide
</button>
</div>
);
Expand Down

0 comments on commit a2a41d9

Please sign in to comment.