From 8922002d314b89d1b8449960702c4c47364a2a36 Mon Sep 17 00:00:00 2001 From: Hikmah Yousuph <54153841+Hikmahx@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:17:45 +0100 Subject: [PATCH 1/2] Added movie 'Puss in Boots: The Last Wish (2022)' --- data/movies.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/movies.js b/data/movies.js index 2020c74f..73678031 100644 --- a/data/movies.js +++ b/data/movies.js @@ -1527,4 +1527,12 @@ const emojiMovies = [ type: "movie", year: 2016, }, -]; \ No newline at end of file + { + title: "Puss in Boots: The Last Wish", + emojiImgs: "🐈👢💫🐺", + genres: ["animation", "adventure", "comedy"], + itemLink: "https://www.imdb.com/title/tt3915174/", + type: "movie", + year: 2022, + } +]; From 8fe326ed27dfc88afae988d6fddc4e7d04275e88 Mon Sep 17 00:00:00 2001 From: Hikmah Yousuph <54153841+Hikmahx@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:31:09 +0100 Subject: [PATCH 2/2] Update movies.js --- data/movies.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/movies.js b/data/movies.js index 73678031..bceeb64d 100644 --- a/data/movies.js +++ b/data/movies.js @@ -1113,6 +1113,14 @@ const emojiMovies = [ year: 1987, itemLink: "https://www.imdb.com/title/tt0093779/", }, + { + title: "Puss in Boots: The Last Wish", + emojiImgs: "🐈👢💫🐺", + genres: ["animation", "adventure", "comedy"], + itemLink: "https://www.imdb.com/title/tt3915174/", + type: "movie", + year: 2022, + }, { title: "The Princess Diaries", emojiImgs: "👩‍🦰✈️🏰👑👸", @@ -1526,13 +1534,5 @@ const emojiMovies = [ itemLink: "https://www.imdb.com/title/tt2948356/", type: "movie", year: 2016, - }, - { - title: "Puss in Boots: The Last Wish", - emojiImgs: "🐈👢💫🐺", - genres: ["animation", "adventure", "comedy"], - itemLink: "https://www.imdb.com/title/tt3915174/", - type: "movie", - year: 2022, } ];