Skip to content

Commit

Permalink
Merge pull request #99 from eclipse-thingweb/danielpeintner-patch-12
Browse files Browse the repository at this point in the history
Update Adopters numbers
  • Loading branch information
egekorkan authored Oct 30, 2024
2 parents 6b5c70c + 7c89f10 commit 77cab28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CommunitySection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function CommunitySection() {
</div>

<div className={styles.stat}>
<h3 className={clsx(styles.stat__number, 'hero-title')} id='stats-number' data-val="5" data-count="true">0</h3>
<h3 className={clsx(styles.stat__number, 'hero-title')} id='stats-number' data-val="6" data-count="true">0</h3>
<p className={styles.stat__description}>Adopters</p>
</div>
</div>
Expand Down Expand Up @@ -166,4 +166,4 @@ export default function CommunitySection() {
<div className='adopters-api'></div>
</section>
);
}
}

0 comments on commit 77cab28

Please sign in to comment.