Skip to content

Commit

Permalink
add another stat
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 4, 2024
1 parent 56d7adb commit a711ddb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const StatsAnimation = () => {
createHtmlObject('box8'),
createHtmlObject('box9'),
createHtmlObject('box10'),
createHtmlObject('box11'),
]

const wallOptions = {
Expand Down Expand Up @@ -274,6 +275,9 @@ const StatsAnimation = () => {
<div id="box10" className={`${css['element']} flex items-center justify-center ${css['red']}`}>
<span className={css['number']}>10&nbsp;</span>Tracks
</div>
<div id="box11" className={`${css['element']} flex items-center justify-center ${css['green']}`}>
<span className={css['number']}>70&nbsp;</span>Impact Spaces
</div>
</div>
)
}
Expand Down

0 comments on commit a711ddb

Please sign in to comment.