File tree 3 files changed +7
-14
lines changed
src/frontend/screens/Quests/components/QuestDetailsViewPlay
3 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 169
169
"@fortawesome/react-fontawesome" : " ^0.1.18" ,
170
170
"@hyperplay/chains" : " ^0.2.10" ,
171
171
"@hyperplay/check-disk-space" : " ^3.5.2" ,
172
- "@hyperplay/ui" : " ^1.5.39 " ,
172
+ "@hyperplay/ui" : " ^1.5.40 " ,
173
173
"@hyperplay/utils" : " ^0.0.16" ,
174
174
"@mantine/carousel" : " ^7.5.1" ,
175
175
"@mantine/core" : " ^7.5.1" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export function QuestDetailsViewPlayWrapper({
55
55
) ,
56
56
claim : t ( 'quest.claimAll' , 'Claim all' ) ,
57
57
signIn : t ( 'quest.signIn' , 'Sign in' ) ,
58
- play : t ( 'quest.Play ' , 'Play ' ) ,
58
+ play : t ( 'quest.View Game ' , 'View Game ' ) ,
59
59
secondCTAText : t ( 'quest.View Game' , 'View Game' ) ,
60
60
connectSteamAccount : t (
61
61
'quest.connectSteamAccount' ,
@@ -173,14 +173,7 @@ export function QuestDetailsViewPlayWrapper({
173
173
} }
174
174
classNames = { { root : styles . questDetailsRoot } }
175
175
isQuestsPage = { true }
176
- onPlayClick = { async ( ) =>
177
- window . api . launch ( {
178
- appName : questMeta . project_id ,
179
- launchArguments : '' ,
180
- runner : 'hyperplay'
181
- } )
182
- }
183
- onSecondCTAClick = { async ( ) => navigateToGamePage ( questMeta . project_id ) }
176
+ onPlayClick = { async ( ) => navigateToGamePage ( questMeta . project_id ) }
184
177
key = { `questDetailsLoadedId${ questMeta . id } streak${ ! ! questPlayStreakData } ` }
185
178
/>
186
179
)
Original file line number Diff line number Diff line change 2003
2003
supertest "^6.3.3"
2004
2004
zod "^3.22.4"
2005
2005
2006
- "@hyperplay/ui@^1.5.39 ":
2007
- version "1.5.39 "
2008
- resolved "https://registry.yarnpkg.com/@hyperplay/ui/-/ui-1.5.39 .tgz#ff5f286af6d960c42dcd007f387f9a2943a62331 "
2009
- integrity sha512-cQbK9yeDJuuqu3fYzO5Exgy/iDX4rrebFq0qyTdpA7SRVonnDB66UBhmslaNcFxRYRwyOMnqYGKrg1VjoK13HQ ==
2006
+ "@hyperplay/ui@^1.5.40 ":
2007
+ version "1.5.40 "
2008
+ resolved "https://registry.yarnpkg.com/@hyperplay/ui/-/ui-1.5.40 .tgz#49105d1978c008059570ff0dcfa11287e56eb5f1 "
2009
+ integrity sha512-7m0zxh+qn/zeieapomdLZUNNWxSFZE0Aw91/Jbw83b19hsn6o0nJuJcbj1uEvduPxPSrYSpCEo7fu7AxcwFkOg ==
2010
2010
2011
2011
"@hyperplay/utils@^0.0.12":
2012
2012
version "0.0.12"
You can’t perform that action at this time.
0 commit comments