aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/shared/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/shared/sidebar')
-rw-r--r--apps/web/components/shared/sidebar/Sidebar.tsx2
-rw-r--r--apps/web/components/shared/sidebar/SidebarLayout.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/shared/sidebar/Sidebar.tsx b/apps/web/components/shared/sidebar/Sidebar.tsx
index 7ddb5c1e..8bd52e1f 100644
--- a/apps/web/components/shared/sidebar/Sidebar.tsx
+++ b/apps/web/components/shared/sidebar/Sidebar.tsx
@@ -2,7 +2,7 @@ import Link from "next/link";
import { useTranslation } from "@/lib/i18n/server";
import { TFunction } from "i18next";
-import serverConfig from "@hoarder/shared/config";
+import serverConfig from "@karakeep/shared/config";
import SidebarItem from "./SidebarItem";
import { TSidebarItem } from "./TSidebarItem";
diff --git a/apps/web/components/shared/sidebar/SidebarLayout.tsx b/apps/web/components/shared/sidebar/SidebarLayout.tsx
index 2a2a872e..8ea8655e 100644
--- a/apps/web/components/shared/sidebar/SidebarLayout.tsx
+++ b/apps/web/components/shared/sidebar/SidebarLayout.tsx
@@ -3,7 +3,7 @@ import DemoModeBanner from "@/components/DemoModeBanner";
import { Separator } from "@/components/ui/separator";
import ValidAccountCheck from "@/components/utils/ValidAccountCheck";
-import serverConfig from "@hoarder/shared/config";
+import serverConfig from "@karakeep/shared/config";
export default function SidebarLayout({
children,