aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-05 17:26:06 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-05 17:26:06 +0000
commit8f470b3203c7ddda552fd04ef0065b9ce8fc4ab5 (patch)
tree212f324f890fe806c246005da372c66d6b5d833b
parenta5c3db1e5fc66eca5f0351bc328953d6dbc9b135 (diff)
downloadkarakeep-8f470b3203c7ddda552fd04ef0065b9ce8fc4ab5.tar.zst
fix: Drop the rebranding banner
Diffstat (limited to '')
-rw-r--r--apps/web/components/admin/AdminNotices.tsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/apps/web/components/admin/AdminNotices.tsx b/apps/web/components/admin/AdminNotices.tsx
index 45824727..e40bae19 100644
--- a/apps/web/components/admin/AdminNotices.tsx
+++ b/apps/web/components/admin/AdminNotices.tsx
@@ -38,23 +38,6 @@ function useAdminNotices() {
title: "Legacy Container Images",
});
}
- ret.push({
- level: "warning",
- message: (
- <p>
- You&apos;ll need to update your docker images to the new image otherwise
- you won&apos;t be getting new updates. Please follow{" "}
- <a
- href="https://docs.karakeep.app/next/Guides/hoarder-to-karakeep-migration"
- className="underline"
- >
- this guide
- </a>{" "}
- for instructions on how to update your docker images.
- </p>
- ),
- title: "Hoarder is rebranding to Karakeep",
- });
return ret;
}