Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Update GameInfo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiern committed Oct 10, 2020
1 parent dc20353 commit 6754265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/app/screens/GameInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ class GameInfo extends React.Component {
</ImageBackground>
{this.state.favourite == true ? (
<Button
title={"Remove from favs"}
title={"Remove from MyGames"}
color={colors.red}
onPress={() => this._toggleFavourites()}
/>
) : (
<Button
color={colors.primary}
title={"Add to favs"}
title={"Add to MyGames"}
onPress={() => this._toggleFavourites()}
/>
)}
Expand Down

0 comments on commit 6754265

Please sign in to comment.