Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Added missing links for musicals #768 #789

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions data/musicals.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "๐Ÿฆ†๐Ÿ•Š๏ธโš”๏ธ๐Ÿ”ฅ๐Ÿ‘ฝ",
Expand All @@ -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: "๐Ÿ”ฅ๐ŸŽ„๐ŸŽถ๐Ÿ‘ฉโ€๐ŸŽค",
Expand Down Expand Up @@ -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"
}
];