Skip to content

Commit

Permalink
update web name
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Feb 15, 2024
1 parent 3ab4dac commit e3c73d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fun mainWebApp() {
DefaultComponentContext(lifecycle)
)
lifecycle.resume()
CanvasBasedWindow("MiniGames", canvasElementId = "minigamesCanvas") {
CanvasBasedWindow("Mini Games", canvasElementId = "minigamesCanvas") {
MiniGamesApp(component)
}
}

0 comments on commit e3c73d5

Please sign in to comment.