-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix (#273): a11y audit signup page #303
Conversation
Gridiron Survivor Application
Project name: Gridiron Survivor Application
Only deployments on the production branch are activated automatically. If you'd like to activate this deployment, navigate to your deployments. Learn more about Appwrite Function deployments.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Fixes: #273
Changes:
title
element (completed by Chris). This involved setting up a server-side page, now responsible for rendering theRegister
component and setting its metadata (title and description). This approach is what Next.js expects. It wants to integrate the metadata into the server response when the page is initially loaded.FormLabel
to input fieldsLabel
componentRemaining (until design updates):