diff options
| author | Dhravya Shah <[email protected]> | 2024-08-05 18:36:26 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-08-05 18:36:26 -0700 |
| commit | 4a9565f91d67cbc57be5bb4370c3e640daf643fb (patch) | |
| tree | 67c38bc9e55a75802207a350ba62d17e23e72437 /apps/web/app/(dash) | |
| parent | Merge branch 'kush/be-queue' of https://github.com/Dhravya/supermemory into k... (diff) | |
| download | supermemory-4a9565f91d67cbc57be5bb4370c3e640daf643fb.tar.xz supermemory-4a9565f91d67cbc57be5bb4370c3e640daf643fb.zip | |
changes for staging
Diffstat (limited to 'apps/web/app/(dash)')
| -rw-r--r-- | apps/web/app/(dash)/dialogContentContainer.tsx | 2 | ||||
| -rw-r--r-- | apps/web/app/(dash)/menu.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/(dash)/dialogContentContainer.tsx b/apps/web/app/(dash)/dialogContentContainer.tsx index c6cacd35..1a11ac6d 100644 --- a/apps/web/app/(dash)/dialogContentContainer.tsx +++ b/apps/web/app/(dash)/dialogContentContainer.tsx @@ -76,7 +76,7 @@ export function DialogContentContainer({ setSelectedSpaces([]); if (cont.success) { - toast.success("Memory created", { + toast.success("Memory queued", { richColors: true, }); } else { diff --git a/apps/web/app/(dash)/menu.tsx b/apps/web/app/(dash)/menu.tsx index 1acab2c8..783a4780 100644 --- a/apps/web/app/(dash)/menu.tsx +++ b/apps/web/app/(dash)/menu.tsx @@ -128,7 +128,7 @@ function Menu() { setSelectedSpaces([]); if (cont.success) { - toast.success("Memory created", { + toast.success("Memory queued", { richColors: true, }); } else { |