-
Notifications
You must be signed in to change notification settings - Fork 167
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
feat: seo optimization #765
Conversation
…browser with no API token
Deploying with Cloudflare Pages
|
@Codigo-Fuentes is this ready for review (it says "in progress" in the description)? |
Yes, sorry I forgot to remove that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nitpicky things, nothing major, the styles i'd like to see font size moved to a CSS variable,
everything else is really preference and since I've got the least amount of knowledge of this code base and the styles preferred, feel free to ignore.
packages/website/pages/terms.js
Outdated
@@ -39,9 +40,9 @@ export default function TermsOfService() { | |||
If you do not agree to all the terms and conditions of this agreement, | |||
then you may not access the Website or use any services. | |||
</p> | |||
<h2 className="chicagoflf"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a comment, should probably run this page through axe dev tools to make sure the header tag hierarchy is consistent, i figure that's why they're being moved down to h3's but i wanted to make sure i put this in a comment for posterity.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once build co passes and merge conflicts are resolved, this looks good to me!
There is a significant amount of change here not relevant to this PR - please can we avoid in the future? Looks like a code formatter tool has been run across a bunch of packages. Next time please submit these changes as a seperate PR 🙏 |
Closes #437