diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-04-05 15:53:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-05 15:53:42 +0100 |
| commit | 16866d8808c09c0cebc9861e04caa78fbcd10215 (patch) | |
| tree | 432a8074b6fd3f48f35318f47f2ab36bfffe1168 /apps/web/components/dashboard/lists | |
| parent | 55ae6796d837b74b2e61720555512a215dbb687e (diff) | |
| download | karakeep-16866d8808c09c0cebc9861e04caa78fbcd10215.tar.zst | |
chore: Hoarder to Karakeep rebranding (#1199)
* The new logo
* Changing hoarder.app to karakeep.app
* Adding the admin panel warning
* Update the readme
Diffstat (limited to 'apps/web/components/dashboard/lists')
| -rw-r--r-- | apps/web/components/dashboard/lists/EditListModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/lists/EditListModal.tsx b/apps/web/components/dashboard/lists/EditListModal.tsx index db87ec22..44daf72b 100644 --- a/apps/web/components/dashboard/lists/EditListModal.tsx +++ b/apps/web/components/dashboard/lists/EditListModal.tsx @@ -347,7 +347,7 @@ export function EditListModal({ </div> <FormDescription> <Link - href="https://docs.hoarder.app/Guides/search-query-language" + href="https://docs.karakeep.app/Guides/search-query-language" className="italic" > {t("lists.search_query_help")} |
