Skip to content

Commit

Permalink
Update QuestionAndCode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaniculae committed Nov 6, 2024
1 parent 800c8e5 commit 49858eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Experience/Extras/QuestionAndCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class QuestionAndCode {
const answersWrapper = _gl.elementFromHtml(`
<div class="game answers">
<div class="container">
<button class="btn default" aria-label="skip-button" style="display: none">${_s.miniGames.skip}</button>
<h3 class="mb-4">${instance.question}</h3>
<form>
<label for="answer1">1</label>
<input type="text" id="answer1" />
Expand Down

0 comments on commit 49858eb

Please sign in to comment.