Skip to content

Commit

Permalink
The regression is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Aug 11, 2022
1 parent eee262b commit 78d9866
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

<!-- Mavo -->
<link rel="stylesheet prefetch" href="https://62e524c8007c120009d40cc1--getmavo.netlify.app/mavo.min.css" />
<script src="https://62e524c8007c120009d40cc1--getmavo.netlify.app/mavo.es5.min.js"></script>
<!-- <link rel="stylesheet prefetch" href="https://get.mavo.io/mavo.min.css" />
<script src="https://get.mavo.io/mavo.es5.min.js"></script> -->
<link rel="stylesheet prefetch" href="https://get.mavo.io/mavo.min.css" />
<script src="https://get.mavo.io/mavo.es5.min.js"></script>

<link rel="stylesheet prefetch" href="style.css" />
<link rel="icon" href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">🔮</text></svg>' />
Expand Down Expand Up @@ -73,7 +71,7 @@ <h1 aria-label="Mavordle">
<div mv-list="keys" mv-value="keyboardLayout.keys">
<button mv-list-item mv-group
mv-action="if(guessLength < 5, add(group('letter': key), usedLetters) & add(key, guessLetters))"
mv-attribute="data-key"
mv-attribute="none"
class="[if(attempt > 1, if(contains(join(guesses), key), if(key in correctLetters, correct, if(contains(hiddenWord, key), elsewhere, absent))))]"
style="--row: [row]"
disabled="[isOver]">[key]</button>
Expand Down

0 comments on commit 78d9866

Please sign in to comment.