Skip to content

Commit

Permalink
prepare public release
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Feb 22, 2019
1 parent 33e5458 commit 5befc65
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions app/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,50 +55,50 @@ export default class Home extends Component {
);
}

renderPatreonNotif() {
const contentMsg = (
<div>
Your support allows me to spend more time on the project and pay for
services to make it even better. Enjoy the beta features!&nbsp;
<strong>
<a href="https://www.patreon.com/fizzi36">Click here</a>
</strong>
&nbsp;to view Patreon page.
</div>
);

return (
<Message
info={true}
icon="patreon"
header="Thank you!"
content={contentMsg}
/>
);
}

// renderPatreonNotif() {
// const contentMsg = (
// <div>
// If you are enjoying using Project Slippi, consider becoming a patron to
// support continued development and unlock early-access features.&nbsp;
// Your support allows me to spend more time on the project and pay for
// services to make it even better. Enjoy the beta features!&nbsp;
// <strong>
// <a href="https://www.patreon.com/fizzi36">Click here</a>
// </strong>
// &nbsp;to support!
// &nbsp;to view Patreon page.
// </div>
// );

// return (
// <Message
// info={true}
// icon="patreon"
// header="Unlock Early-Access Features"
// header="Thank you!"
// content={contentMsg}
// />
// );
// }

renderPatreonNotif() {
const contentMsg = (
<div>
If you are enjoying using Project Slippi, consider becoming a patron to
support continued development and unlock early-access features.&nbsp;
<strong>
<a href="https://www.patreon.com/fizzi36">Click here</a>
</strong>
&nbsp;to support!
</div>
);

return (
<Message
info={true}
icon="patreon"
header="Unlock Early-Access Features"
content={contentMsg}
/>
);
}

render() {
const navigationElements = [];

Expand All @@ -118,7 +118,7 @@ export default class Home extends Component {
'Stream From Console',
'Get replays by connecting to a console over network',
'/console',
false
true
)
);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slippi-launcher",
"productName": "Slippi Launcher",
"version": "1.2.6",
"version": "1.1.10",
"description": "Slippi Launcher program for browsing and playing replays.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 5befc65

Please sign in to comment.