File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
docs/src/pages/(sections)/hero Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,14 @@ export const Hero = ({className}: {className?: string}) => {
41
41
< a
42
42
href = "https://github.com/nlkitai/nlux"
43
43
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 >
45
45
</ Heading >
46
46
< div className = { heroStyles . heroSubtitleContainer } >
47
47
< 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
50
49
</ p >
51
50
</ div >
52
51
< div className = { heroStyles . adaptersShowcase } >
53
- < div className = { heroStyles . integrationsTitle } >
54
- Available in
55
- </ div >
56
52
< div className = { heroStyles . platformName } >
57
53
< img src = { ReactJsLogo } alt = "React JS Logo" width = { 40 } />
58
54
< h5 style = { { textAlign : 'left' } } > React JS< br /> Components</ h5 >
You can’t perform that action at this time.
0 commit comments