Skip to content

Commit 3a9cf1d

Browse files
authored
fix: Remove note for Minecraft, no problems with gamepass!
1 parent e2b61cc commit 3a9cf1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/games.information.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ const GamesInformation : GameInfoItem[] = [
3434
image: "https://static-cdn.jtvnw.net/ttv-boxart/Minecraft-285x380.jpg",
3535
avatarUrl: "https://media.forgecdn.net/avatars/652/748/638054969446166748.png",
3636
appWeb: [AppWeb.Standalone, AppWeb.OverwolfApp, AppWeb.Web],
37-
os: [OperatingSystem.Windows, OperatingSystem.Linux, OperatingSystem.Mac],
38-
"info": <>Does not behave well with Microsoft Gamepass</>
37+
os: [OperatingSystem.Windows, OperatingSystem.Linux, OperatingSystem.Mac]
3938
},
4039
{
4140
"id": 65,
@@ -857,4 +856,4 @@ const GamesInformation : GameInfoItem[] = [
857856
}
858857
];
859858

860-
export default GamesInformation;
859+
export default GamesInformation;

0 commit comments

Comments
 (0)