diff options
| author | Dhravya Shah <[email protected]> | 2024-08-04 10:27:06 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-04 10:27:06 -0700 |
| commit | a06c4b409e6739afb209bae1d82cc868e86bcca9 (patch) | |
| tree | 57e9dabe4338d889623d4e21557c9e41997fbb40 /apps | |
| parent | calculate how fucked we are (diff) | |
| download | supermemory-a06c4b409e6739afb209bae1d82cc868e86bcca9.tar.xz supermemory-a06c4b409e6739afb209bae1d82cc868e86bcca9.zip | |
remove pro mode for now
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(dash)/home/queryinput.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/(dash)/home/queryinput.tsx b/apps/web/app/(dash)/home/queryinput.tsx index 995fea53..e7f400da 100644 --- a/apps/web/app/(dash)/home/queryinput.tsx +++ b/apps/web/app/(dash)/home/queryinput.tsx @@ -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> |