diff --git a/app/(marketing)/layout.tsx b/app/(marketing)/layout.tsx index fb42356..671de1d 100644 --- a/app/(marketing)/layout.tsx +++ b/app/(marketing)/layout.tsx @@ -1,5 +1,6 @@ import { NavMobile } from "@/components/layout/mobile-nav"; import { NavBar } from "@/components/layout/navbar"; +import { Notification } from "@/components/layout/notification"; import { SiteFooter } from "@/components/layout/site-footer"; interface MarketingLayoutProps { @@ -11,6 +12,7 @@ export default function MarketingLayout({ children }: MarketingLayoutProps) {
+
{children}
diff --git a/app/(protected)/admin/system/app-configs.tsx b/app/(protected)/admin/system/app-configs.tsx index 6b4a504..eec27b0 100644 --- a/app/(protected)/admin/system/app-configs.tsx +++ b/app/(protected)/admin/system/app-configs.tsx @@ -58,7 +58,7 @@ export default function AppConfigs({}: {}) { } return ( - + {t("App Configs")} @@ -111,6 +111,7 @@ export default function AppConfigs({}: {}) {