Skip to content

Commit

Permalink
Updated docs website hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Jun 4, 2024
1 parent e3a332c commit 2c3f951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/(sections)/hero/hero.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2rem;
gap: 1rem;
}

.adaptersShowcase {
Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/(sections)/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export const Hero = ({className}: { className?: string }) => {
</div>
</div>
<div>
<div className={heroStyles.integrationsTitle}>
Integrates with
</div>
<div className={heroStyles.adaptersShowcase}>
<div className={heroStyles.integrationsTitle}>
Integrates with
</div>
<div className={heroStyles.platformName}>
<img src={LangChainLogo} alt="LangChain Logo" width={40}/>
<h5 style={{textAlign: 'left'}}>LangChain</h5>
Expand All @@ -83,7 +83,7 @@ export const Hero = ({className}: { className?: string }) => {
<div className={styles.nluxInAction}>
<p>
<strong><code>@nlux/react</code> in action</strong> 👇 ―
You can edit the code below to see how it works.
Edit the code below to see how it works.
</p>
<CodeEditor
className={styles.codeEditor}
Expand Down

0 comments on commit 2c3f951

Please sign in to comment.