Skip to content

Commit

Permalink
Updated hero text
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jun 5, 2024
1 parent e9dc3c6 commit 7e105a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/pages/(sections)/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,16 @@ export const Hero = ({className}: { className?: string }) => {
</p>
</div>
<div className={heroStyles.adaptersShowcase}>
<div className={heroStyles.integrationsTitle}>
Available in
</div>
<div className={heroStyles.platformName}>
<img src={ReactJsLogo} alt="React JS Logo" width={40}/>
<h5 style={{textAlign: 'left'}}>React JS<br/>Components</h5>
</div>
<div className={heroStyles.platformName}>
<img src={JavaScriptLogo} alt="Vanilla JS Logo" width={40}/>
<h5 style={{textAlign: 'left'}}>JavaScript<br/>API</h5>
<h5 style={{textAlign: 'left'}}>Plain<br/>JavaScript</h5>
</div>
</div>
</div>
Expand Down

0 comments on commit 7e105a1

Please sign in to comment.