Skip to content

Commit

Permalink
add play button for Minecraft (#9771)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimprice authored Nov 2, 2023
1 parent 48c09bc commit 72b732d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ function getTargetMap(target: string): querySelector {
"download": {
targetQuery: "#downloadArea",
},
"play button" : {
targetQuery: ".big-play-button",
},
"everything" : {
targetQuery: "#root",
},
Expand Down

0 comments on commit 72b732d

Please sign in to comment.