Skip to content

Commit

Permalink
fix: Remove note for Minecraft, no problems with gamepass!
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple authored Jun 17, 2024
1 parent e2b61cc commit 3a9cf1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/games.information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const GamesInformation : GameInfoItem[] = [
image: "https://static-cdn.jtvnw.net/ttv-boxart/Minecraft-285x380.jpg",
avatarUrl: "https://media.forgecdn.net/avatars/652/748/638054969446166748.png",
appWeb: [AppWeb.Standalone, AppWeb.OverwolfApp, AppWeb.Web],
os: [OperatingSystem.Windows, OperatingSystem.Linux, OperatingSystem.Mac],
"info": <>Does not behave well with Microsoft Gamepass</>
os: [OperatingSystem.Windows, OperatingSystem.Linux, OperatingSystem.Mac]
},
{
"id": 65,
Expand Down Expand Up @@ -857,4 +856,4 @@ const GamesInformation : GameInfoItem[] = [
}
];

export default GamesInformation;
export default GamesInformation;

0 comments on commit 3a9cf1d

Please sign in to comment.