From 88a016c82076d68f52f0fe6df4e5bf77eba6b33d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20=C3=81lvarez?= Date: Fri, 20 May 2022 11:34:03 +0200 Subject: [PATCH] Fix page name --- src/pages/careers.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/careers.tsx b/src/pages/careers.tsx index d023455..346c875 100644 --- a/src/pages/careers.tsx +++ b/src/pages/careers.tsx @@ -59,7 +59,7 @@ export const getStaticProps = async () => { } } -const About = ({ +const Careers = ({ heroData, valuesData, initialBlogPosts, @@ -84,4 +84,4 @@ const About = ({ ) } -export default About +export default Careers