Skip to content

Commit

Permalink
Update SortingGame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaniculae committed Nov 6, 2024
1 parent c5e20f1 commit abd837e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/Experience/Games/SortingGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,18 @@ export default class SortingGame {

const congratsHTML = _gl.elementFromHtml(`
<div class="game-popup">
<h1>${_s.miniGames.completed.title}</h1>
<p>${_s.miniGames.completed.message}</p>
<div class="corner top-left"></div>
<div class="edge top"></div>
<div class="corner top-right"></div>
<div class="edge left"></div>
<div class="content">
<h1>${_s.miniGames.completed.title}</h1>
<p>${_s.miniGames.completed.message}</p>
</div>
<div class="edge right"></div>
<div class="corner bottom-left"></div>
<div class="edge bottom"></div>
<div class="corner bottom-right"></div>
</div>
`)

Expand Down

0 comments on commit abd837e

Please sign in to comment.