diff --git a/examples/with-facebook-pixel/pages/index.js b/examples/with-facebook-pixel/pages/index.js index 57661c3cfe35b..aa07b384ed7e6 100644 --- a/examples/with-facebook-pixel/pages/index.js +++ b/examples/with-facebook-pixel/pages/index.js @@ -1,7 +1,7 @@ export default function Home() { return (

- Go to `pages/_app.ks` to see how you can add Facebook Pixel to your app + Go to `pages/_app.js` to see how you can add Facebook Pixel to your app

) }