aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-05 15:53:42 +0100
committerGitHub <noreply@github.com>2025-04-05 15:53:42 +0100
commit16866d8808c09c0cebc9861e04caa78fbcd10215 (patch)
tree432a8074b6fd3f48f35318f47f2ab36bfffe1168 /apps/web/components/dashboard
parent55ae6796d837b74b2e61720555512a215dbb687e (diff)
downloadkarakeep-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')
-rw-r--r--apps/web/components/dashboard/header/Header.tsx2
-rw-r--r--apps/web/components/dashboard/lists/EditListModal.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/dashboard/header/Header.tsx b/apps/web/components/dashboard/header/Header.tsx
index ac1dcec0..91f8c2ac 100644
--- a/apps/web/components/dashboard/header/Header.tsx
+++ b/apps/web/components/dashboard/header/Header.tsx
@@ -16,7 +16,7 @@ export default async function Header() {
<header className="sticky left-0 right-0 top-0 z-50 flex h-16 items-center justify-between overflow-x-auto overflow-y-hidden bg-background p-4 shadow">
<div className="hidden items-center sm:flex">
<Link href={"/dashboard/bookmarks"} className="w-56">
- <HoarderLogo height={20} gap="8px" />
+ <HoarderLogo height={38} />
</Link>
</div>
<div className="flex flex-1 gap-2">
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")}