From f84da5ba79f0c82d89f35b4ef4a40be0cc1dc89a Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 28 May 2023 03:10:19 +0300 Subject: [PATCH] GamesView: rearrange the game list --- src/views/GamesView/GamesView.jsx | 6 +++--- src/views/GamesView/top2019.js | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/GamesView/GamesView.jsx b/src/views/GamesView/GamesView.jsx index 795ed65..0faa675 100644 --- a/src/views/GamesView/GamesView.jsx +++ b/src/views/GamesView/GamesView.jsx @@ -65,16 +65,16 @@ export default function GamesView () { Every four years , Victor Gijsbers puts together a list of the top 50 IF games of all time. - Here is an almost complete version of the - list for 2019: + list from 2019:

    {top2019.map((game) => ( -
  1. +
  2. diff --git a/src/views/GamesView/top2019.js b/src/views/GamesView/top2019.js index 8893588..f22160a 100644 --- a/src/views/GamesView/top2019.js +++ b/src/views/GamesView/top2019.js @@ -1,15 +1,15 @@ export default [ + [ + 'Lost Pig', + 'https://ifdb.org/viewgame?id=mohwfk47yjzii14w', + 'https://mirror.ifarchive.org/if-archive/games/zcode/LostPig.z8', + ], [ /* Check with cheap-glk */ 'Counterfeit Monkey', 'https://ifdb.org/viewgame?id=aearuuxv83plclpl', 'https://mirror.ifarchive.org/if-archive/games/glulx/CounterfeitMonkey.gblorb', ], - [ - 'Lost Pig', - 'https://ifdb.org/viewgame?id=mohwfk47yjzii14w', - 'https://mirror.ifarchive.org/if-archive/games/zcode/LostPig.z8', - ], [ /* Works. Check inputs */ 'Anchorhead',