Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Jan 14, 2025
1 parent 163ebeb commit cd00bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommunitySection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function CommunitySection({ adopterCount }) {
return (
<section className={styles.communitySection}>
<div className={clsx('container', 'section-wrapper')}>
<h2 className={clsx('hero-title', 'section-title', styles.communitySection__title)}>Join the Thingweb and Web of Things<span className={'text-highlight'}>Community</span></h2>
<h2 className={clsx('hero-title', 'section-title', styles.communitySection__title)}>Join the Thingweb and Web of Things <span className={'text-highlight'}>Community</span></h2>

<p>Thingweb is part of the wide W3C WoT community and ecosystem</p>

Expand Down

0 comments on commit cd00bb7

Please sign in to comment.