Skip to content

Commit

Permalink
Merge pull request #53 from Orange-OpenSource/main-mlh-remove-dropdow…
Browse files Browse the repository at this point in the history
…n-home

Remove dropdown on home page
  • Loading branch information
damiengomez authored Jan 10, 2025
2 parents 5701978 + eb2412a commit 9f46d64
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ <h3 class="col-9 mb-4" data-i18n="welcome.rules"></h3>

<h4 data-i18n="welcome.adventureType"></h4>
<div class="dropdown">
<button class="btn fs-3 p-2 btn-dropdown dropdown-toggle col-9 justify-content-between" type="button"
<p data-i18n="welcome.escapeGame"></p>
<!-- <button class="btn fs-3 p-2 btn-dropdown dropdown-toggle col-9 justify-content-between" type="button"
data-bs-toggle="dropdown" aria-expanded="false"
data-i18n="welcome.escapeGame">
</button>
</button> -->
</div>

<h4 class="mt-3" id="timeSelection" data-i18n="welcome.duration"></h4>
Expand Down

0 comments on commit 9f46d64

Please sign in to comment.