Skip to content

Commit

Permalink
Fix wrong navbar path
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Sep 9, 2024
1 parent 0d4f95f commit ab95d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(landing)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { PaymentMethods } from '@/components/PaymentMethods'
import { ReviewsSkeleton } from "@/components/Reviews/ReviewsSkeleton";
import { WhatsAppButton } from '@/components/WhatsAppButton'
import { Suspense } from "react";
import { NavBar } from './(nav-bar)'
import { NavBar } from '../(nav-bar)'

export default function Home() {
return (
Expand Down

0 comments on commit ab95d04

Please sign in to comment.