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

A ton of small fixes #1286

Closed
wants to merge 1 commit into from
Closed

A ton of small fixes #1286

wants to merge 1 commit into from

Conversation

ofluffydev
Copy link

  1. In the "NotFoundPage" dark was being set by simply putting the attribute in the element (Nav component just checks if it exists or not I think so it may not affect the actual website, hopefully my fix is correct)
  2. Numerous duplicate attributes were present throughout the code. I either commented out/removed the unnecessary ones.
  3. In footer.js there is css inside of js that was written incorrectly causing errors. Fixed this by destructuring the props.
  4. I updated "var" throughout the repo to let/const depending on which was the correct one to use.
  5. I added lang="en" to tags that were missing it.
  6. On the bin landing page there was an incorrect use of id attributes that I converted to classes.
  7. Throughout the mdx files, there were uses of https: that were incorrect that I replaced with Nextjs links. There were also old links to http (not secure) that I converted to https.
  8. I removed some unnecessary imports. Combined some CSS attributes into shorthand versions.

Copy link

vercel bot commented Jul 24, 2024

@ofluffydev is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Aug 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
site ✅ Ready (Inspect) Visit Preview 💬 7 unresolved Aug 10, 2024 1:38am

@bellesea
Copy link
Member

@ofluffydev thank youu!!!!

a few small things, eventhough there's a () in the main page the footer is now darkmode...

@ofluffydev ofluffydev closed this by deleting the head repository Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants