ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Cypress + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS

Home Page:https://nextjs-boilerplate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign-up and Sign-in meta descriptions should be swapped

yfenes opened this issue · comments

Sign-up description says "sign in"
Sign-in description says "create an account"

I think they should be swapped.

title: 'Sign up',
description:
'Seamlessly sign in to your account with our user-friendly login process.',
};

title: 'Sign in',
description:
'Effortlessly create an account through our intuitive sign-up process.',
};

@yfenes Thank you for reporting, it's now fixed.