fix sections links
This commit is contained in:
+2
-2
@@ -76,8 +76,8 @@ function MyApp({ Component, pageProps }) {
|
|||||||
return (<>
|
return (<>
|
||||||
{/* <SmoothScroll /> */}
|
{/* <SmoothScroll /> */}
|
||||||
{!loading ? (
|
{!loading ? (
|
||||||
<ProductHome />
|
// <ProductHome />
|
||||||
// <Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
) : (
|
) : (
|
||||||
<Preloader />
|
<Preloader />
|
||||||
)}
|
)}
|
||||||
|
|||||||
+708
-651
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user