Added Discover More button
This commit is contained in:
parent
3e2caca2b5
commit
eef21f3b01
1 changed files with 27 additions and 3 deletions
|
|
@ -275,9 +275,33 @@ export default function ExtraSidebar(): JSX.Element {
|
|||
</div>
|
||||
)}
|
||||
{index === PRIORITY_SIDEBAR_ORDER.length - 1 && (
|
||||
<div className="p-2 px-4 font-semibold" key={index}>
|
||||
Legacy
|
||||
</div>
|
||||
<>
|
||||
<a target={"_blank"} href="https://langflow.store" className="components-disclosure-arrangement">
|
||||
<div className="flex gap-4">
|
||||
{/* BUG ON THIS ICON */}
|
||||
<IconComponent
|
||||
strokeWidth={1.5}
|
||||
name="sparkles"
|
||||
className="text-primary"
|
||||
/>
|
||||
<span className="components-disclosure-title">
|
||||
Discover More
|
||||
</span>
|
||||
</div>
|
||||
<div className="components-disclosure-div">
|
||||
<div>
|
||||
<IconComponent
|
||||
name="link"
|
||||
className={`
|
||||
h-4 w-4 text-foreground`}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<div className="p-2 px-4 font-semibold" key={index}>
|
||||
Legacy
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
<DisclosureComponent
|
||||
openDisc={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue