From e483d9fcedf51cde4bae733d39948b9eea57f97f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:45:35 +0000 Subject: [PATCH] Update src/app/call-history/page.tsx --- src/app/call-history/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/call-history/page.tsx b/src/app/call-history/page.tsx index ad2e864..1b791f6 100644 --- a/src/app/call-history/page.tsx +++ b/src/app/call-history/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; export default function CallHistoryPage() { @@ -27,7 +27,7 @@ export default function CallHistoryPage() { > -
+
-- 2.49.1