Skip to content

Commit a01deca

Browse files
committed
fix: Remove app support for KSP
fixes #11
1 parent fb18d68 commit a01deca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/games.information.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ const GamesInformation: GameInfoItem[] = [
338338
image: "https://media.forgecdn.net/game-tiles/Kerbal+Space+Program+Tile.jpg",
339339
avatarUrl:
340340
"https://media.forgecdn.net/avatars/652/747/638054969273937292.png",
341-
appWeb: [AppWeb.OverwolfApp, AppWeb.Web],
341+
appWeb: [AppWeb.Web],
342342
os: [
343343
OperatingSystem.Windows,
344344
OperatingSystem.Mac,

0 commit comments

Comments
 (0)