diff --git a/examples/functions-hello-world/src/pages/index.js b/examples/functions-hello-world/src/pages/index.js index 77fa54fdc1385..652614ae92272 100644 --- a/examples/functions-hello-world/src/pages/index.js +++ b/examples/functions-hello-world/src/pages/index.js @@ -82,7 +82,6 @@ const badgeStyle = { const IndexPage = () => { return (
- Home Page

Congratulations