Skip to content

Commit

Permalink
refactor: change landing page title
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueFidelis committed May 9, 2022
1 parent 296b561 commit d220a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Home: NextPage = () => {
return (
<>
<Head>
<title>Developers portal | Home</title>
<title>VTEX Developers</title>
</Head>
<Grid sx={styles.grid}>
<NewsletterSection />
Expand Down

0 comments on commit d220a0a

Please sign in to comment.