From 3a9cf1dbed9348e03114b1531cf84e2eea269a1c Mon Sep 17 00:00:00 2001 From: NoLifeKing Date: Mon, 17 Jun 2024 12:37:28 +0200 Subject: [PATCH] fix: Remove note for Minecraft, no problems with gamepass! --- src/components/games.information.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/games.information.tsx b/src/components/games.information.tsx index 71864a6..8ed714c 100644 --- a/src/components/games.information.tsx +++ b/src/components/games.information.tsx @@ -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, @@ -857,4 +856,4 @@ const GamesInformation : GameInfoItem[] = [ } ]; -export default GamesInformation; \ No newline at end of file +export default GamesInformation;