aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHardik Vora <[email protected]>2025-10-27 17:31:13 -0700
committerGitHub <[email protected]>2025-10-27 17:31:13 -0700
commitb1a18e643973279dcca9805faa847cfee9165b50 (patch)
tree9746ae73732617b4fae4be669dc9ed647517ba00 /packages
parentfeat: optional posthog intialization (#525) (diff)
downloadsupermemory-b1a18e643973279dcca9805faa847cfee9165b50.tar.xz
supermemory-b1a18e643973279dcca9805faa847cfee9165b50.zip
feat: improved add memory UI bits (#502)
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/components/shadcn-io/dropzone.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/components/shadcn-io/dropzone.tsx b/packages/ui/components/shadcn-io/dropzone.tsx
index a93bd612..4d78d907 100644
--- a/packages/ui/components/shadcn-io/dropzone.tsx
+++ b/packages/ui/components/shadcn-io/dropzone.tsx
@@ -83,7 +83,7 @@ export const Dropzone = ({
>
<Button
className={cn(
- "relative h-auto w-full flex-col overflow-hidden p-8",
+ "relative h-auto w-full flex-col overflow-hidden p-8 cursor-pointer",
isDragActive && "outline-none ring-1 ring-ring",
className,
)}