Skip to content

Commit a32b517

Browse files
committed
Updated docs website hero section
1 parent 81a41e2 commit a32b517

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/src/pages/(sections)/hero/hero.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,14 @@ export const Hero = ({className}: {className?: string}) => {
4141
<a
4242
href="https://github.com/nlkitai/nlux"
4343
target="_blank"><img
44-
src={'https://img.shields.io/badge/Free%20%26%20Open%20Source-%2348c342'}/></a>
44+
src={'https://img.shields.io/badge/Open%20Source-%2348c342'}/></a>
4545
</Heading>
4646
<div className={heroStyles.heroSubtitleContainer}>
4747
<p className={clsx('hero__subtitle', heroStyles.heroSubtitleContent)}>
48-
The <strong>Powerful</strong> Conversational AI<br/>
49-
JavaScript Library
48+
The <strong>Powerful</strong> AI Chat UI Library
5049
</p>
5150
</div>
5251
<div className={heroStyles.adaptersShowcase}>
53-
<div className={heroStyles.integrationsTitle}>
54-
Available in
55-
</div>
5652
<div className={heroStyles.platformName}>
5753
<img src={ReactJsLogo} alt="React JS Logo" width={40}/>
5854
<h5 style={{textAlign: 'left'}}>React JS<br/>Components</h5>

0 commit comments

Comments
 (0)