From 8f470b3203c7ddda552fd04ef0065b9ce8fc4ab5 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 5 Apr 2025 17:26:06 +0000 Subject: fix: Drop the rebranding banner --- apps/web/components/admin/AdminNotices.tsx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'apps/web/components/admin') 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: ( -

- You'll need to update your docker images to the new image otherwise - you won't be getting new updates. Please follow{" "} - - this guide - {" "} - for instructions on how to update your docker images. -

- ), - title: "Hoarder is rebranding to Karakeep", - }); return ret; } -- cgit v1.2.3-70-g09d2