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() { > -
+