Skip to content

Commit

Permalink
modify patreon message and header
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Jan 28, 2019
1 parent 6a1b226 commit c2f0e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class Home extends Component {
const contentMsg = (
<div>
If you are enjoying using Project Slippi, consider becoming a patron to
support continued development.&nbsp;
support continued development and unlock early-access features.&nbsp;
<strong>
<a href="https://www.patreon.com/fizzi36">Click here</a>
</strong>
Expand All @@ -93,7 +93,7 @@ export default class Home extends Component {
<Message
info={true}
icon="patreon"
header="Support continued development"
header="Unlock Early-Access Features"
content={contentMsg}
/>
);
Expand Down

0 comments on commit c2f0e91

Please sign in to comment.