Skip to content
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 html, body styling, update head #432

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

humphd
Copy link
Contributor

@humphd humphd commented Mar 24, 2023

I was testing the site in Lighthouse, and it was complaining that we didn't have a <!DOCTYPE html>. We do have it, but the way that the styles for html and body were being done by Chakra UI, it was putting a <style> tag outside the document. This fixes it.

I also updated the <head> to fix the title and description.

@humphd humphd self-assigned this Mar 24, 2023
Myrfion
Myrfion previously approved these changes Mar 24, 2023
@humphd humphd requested a review from Eakam1007 March 24, 2023 16:20
Eakam1007
Eakam1007 previously approved these changes Mar 24, 2023
Copy link
Contributor

@Eakam1007 Eakam1007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting that it was putting a style tag outside before, thanks for the fix

@Eakam1007 Eakam1007 added this to the Milestone 0.7 milestone Mar 24, 2023
@Eakam1007 Eakam1007 added area: web Web development related things [front end/back end] category: front end Front end part of our web service labels Mar 24, 2023
SerpentBytes
SerpentBytes previously approved these changes Mar 24, 2023
@humphd
Copy link
Contributor Author

humphd commented Mar 24, 2023

I had to modify this a bit to work on the login page.

@humphd humphd merged commit f13ae95 into DevelopingSpace:main Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: web Web development related things [front end/back end] category: front end Front end part of our web service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants