Skip to content

Commit

Permalink
update numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiavanleur committed Mar 25, 2024
1 parent 5f3a689 commit 2298b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,16 +186,16 @@ <h1 class="u-visually-hidden">
<div class="c-layout">
<h2 class="c-title">
Er spelen
<strong class="u-highlight-text" id="WOMEN">12</strong> vrouwen op
<strong class="u-highlight-text" id="WOMEN">??</strong> vrouwen op
<span class="u-prevent-break">Jera on Air</span>
<span class="u-prevent-break">in 2024.</span>
</h2>
<p class="c-text">
En <strong class="u-highlight-text" id="NB">0</strong> gender
En <strong class="u-highlight-text" id="NB">??</strong> gender
non-conforming artiesten.
</p>
<p class="c-text">
En <strong class="u-highlight-text" id="MEN">389</strong> mannen.
En <strong class="u-highlight-text" id="MEN">??</strong> mannen.
</p>
</div>
<a target="_blank" href="https://www.jeraonair.nl/nl/line-up/" class="c-link">Line up.</a>
Expand Down Expand Up @@ -239,7 +239,7 @@ <h2 class="c-title">

const setTotals = async () => {
const totals = await getTotals();

console.log(totals);
Object.keys(FIELDS).forEach((key) => {
const value = totals.find((total) => total.includes(FIELDS[key]))[1];
document.getElementById(key).innerHTML = value;
Expand Down

0 comments on commit 2298b4b

Please sign in to comment.