mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
remove pro mode for now
This commit is contained in:
parent
a327805a7d
commit
a06c4b409e
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ function QueryInput({
|
|||
initialSpaces={initialSpaces || []}
|
||||
/>
|
||||
<div className="flex items-center gap-4">
|
||||
<div className="flex items-center gap-2 p-2 rounded-lg bg-[#369DFD1A]">
|
||||
{/* <div className="flex items-center gap-2 p-2 rounded-lg bg-[#369DFD1A]">
|
||||
<Label htmlFor="pro-mode" className="text-sm">
|
||||
Pro mode
|
||||
</Label>
|
||||
|
|
@ -84,7 +84,7 @@ function QueryInput({
|
|||
id="pro-mode"
|
||||
about="Pro mode"
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
<button type="submit" className="rounded-lg bg-[#369DFD1A] p-3">
|
||||
<Image src={ArrowRightIcon} alt="Enter" />
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue