chore(headerComponent): remove commented out code for waitlist link
The commented out code for the waitlist link in the header component has been removed. This code was not being used and was cluttering the codebase.
This commit is contained in:
parent
a99a7fe189
commit
24cc59674b
1 changed files with 0 additions and 9 deletions
|
|
@ -79,15 +79,6 @@ export default function Header() {
|
|||
</div>
|
||||
<div className="header-end-division">
|
||||
<div className="header-end-display">
|
||||
{/* <a
|
||||
href="https://www.langflow.org/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="header-waitlist-link-box"
|
||||
>
|
||||
<span className="">⛓️</span>
|
||||
join the waitlist
|
||||
</a> */}
|
||||
<a
|
||||
href="https://github.com/logspace-ai/langflow"
|
||||
target="_blank"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue