diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-02 14:33:44 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-02 14:33:44 +0000 |
| commit | 3324f4487a8ff8f1a8317776775255ec013b07a7 (patch) | |
| tree | cf0ed346142859734bbc8d8bba6c54ad4b8dc693 /packages/web/app/dashboard/components | |
| parent | cd623ad9d6281389b0a092520c777567fcf5464b (diff) | |
| download | karakeep-3324f4487a8ff8f1a8317776775255ec013b07a7.tar.zst | |
feature: Add 'New List' button in the all lists page
Diffstat (limited to 'packages/web/app/dashboard/components')
| -rw-r--r-- | packages/web/app/dashboard/components/NewListModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/dashboard/components/NewListModal.tsx b/packages/web/app/dashboard/components/NewListModal.tsx index 17b72576..f51616ed 100644 --- a/packages/web/app/dashboard/components/NewListModal.tsx +++ b/packages/web/app/dashboard/components/NewListModal.tsx @@ -102,7 +102,7 @@ export default function NewListModal() { })} > <DialogHeader> - <DialogTitle>Create List</DialogTitle> + <DialogTitle>New List</DialogTitle> </DialogHeader> <div className="flex w-full gap-2 py-4"> <FormField |
