From 21ae8a157157fc30becbba481cd8abb20c6a80e9 Mon Sep 17 00:00:00 2001 From: shubhalgupta <107386458+shubhalgupta@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:12:33 +0530 Subject: [PATCH] Fix: Added missing links for musicals #768 --- data/musicals.js | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/data/musicals.js b/data/musicals.js index 19d34724..5cd6f986 100644 --- a/data/musicals.js +++ b/data/musicals.js @@ -44,7 +44,9 @@ const emojiMusicals = [ emojiImgs: "๐Ÿ’Œโšฐ๏ธ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ๐Ÿ’ป๐Ÿ’ž", genres: ["drama", "musical"], type: "musical", - year: 2015 + year: 2015, + itemLink: + "https://playbill.com/production/dear-evan-hansenmusic-box-theatre-2016-2017" }, { title: "Firebringer", emojiImgs: "๐Ÿฆ†๐Ÿ•Š๏ธโš”๏ธ๐Ÿ”ฅ๐Ÿ‘ฝ", @@ -57,14 +59,18 @@ const emojiMusicals = [ emojiImgs: "โ˜ฎ๐ŸŽถ๐Ÿ‡ป๐Ÿ‡ณ๐Ÿ‡บ๐Ÿ‡ธโšฐ ", genres: ["comedy", "drama", "musical"], type: "musical", - year: 1979 + year: 1979, + itemLink: + "https://playbill.com/production/hair-biltmore-theatre-vault-0000001544" }, { title: "Hamilton: The Musical", emojiImgs: "๐Ÿ’ต๐Ÿ–‹๏ธโš–๏ธ๐ŸŽต๐Ÿ“œ", genres: ["drama", "comedy", "musical"], type: "musical", - year: 2015 + year: 2015, + itemLink: + "https://playbill.com/production/hamilton-richard-rodgers-theatre-vault-0000014104" }, { title: "Into the Woods", emojiImgs: "๐Ÿ”ฅ๐ŸŽ„๐ŸŽถ๐Ÿ‘ฉโ€๐ŸŽค", @@ -142,20 +148,26 @@ const emojiMusicals = [ emojiImgs: "๐Ÿ’ˆ๐Ÿ”ชโ˜ ๏ธ๐Ÿฐ", genres: ["drama", "horror", "musical"], type: "musical", - year: 1979 + year: 1979, + itemLink: + "https://playbill.com/production/sweeney-todd-broadway-lunt-fontanne-theatre-2023" }, { title: "West Side Story", emojiImgs: "๐Ÿ—ฝโœˆ๏ธโš”๏ธ๐Ÿฆˆ๐Ÿ’”", genres: ["musical", "romance", "drama", "crime"], type: "musical", - year: 1961 + year: 1961, + itemLink: + "https://playbill.com/production/west-side-story-winter-garden-theatre-vault-0000012293" }, { title: "Wicked", emojiImgs: "๐Ÿ’š๐Ÿงน๐Ÿง™โ€โ™‚๏ธ", genres: ["fantasy"], type: "musical", - year: 2003 + year: 2003, + itemLink: + "https://playbill.com/production/wicked-george-gershwin-theatre-vault-0000011020" } ];