Skip to content

Commit

Permalink
fix: fixed seo title for signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
karthickthankyou committed Mar 22, 2022
1 parent fd79d7f commit b5618e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Signup: NextPage = () => {
return (
<div>
<NextSeo
title='🏡 Next boilerplate - Sample page.'
title='Sign up | Zillow clone | Karthick Ragavendran'
description='This is the amazing sample page. A short description goes here which says what goes here.'
/>
<SignUp />
Expand Down

0 comments on commit b5618e0

Please sign in to comment.