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: use inclusive language, tidy up footer #23

Merged
merged 8 commits into from
Dec 22, 2022
Merged

Conversation

mxmason
Copy link
Collaborator

@mxmason mxmason commented Dec 21, 2022

Summary

Fixes #15 – inclusive language
Fixes #16 – makes dev.to icon black
Fixes #17 – adds a link to our Mastodon account
Fixes #18 – adds vertical spacing before our "made with" credits

Also applies a few other minor spacing and layout fixes.

@mxmason mxmason requested a review from segdeha December 21, 2022 23:07
@mxmason mxmason self-assigned this Dec 21, 2022
@netlify
Copy link

netlify bot commented Dec 21, 2022

Deploy Preview for the-collab-lab ready!

Name Link
🔨 Latest commit 97b1256
🔍 Latest deploy log https://app.netlify.com/sites/the-collab-lab/deploys/63a3a85a5b54e200086c6c7a
😎 Deploy Preview https://deploy-preview-23--the-collab-lab.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@segdeha segdeha left a comment

Choose a reason for hiding this comment

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

Approved! And, can you fix that typo while you're in there? 😅

@@ -34,7 +34,7 @@ import { donationOptions } from '~data';
{
donationOptions.length > 0 && (
<Fragment>
<p>
<p style="margin-block-start: 1em;">
We also accdept direct donations. Please consider supporting The
Copy link
Member

Choose a reason for hiding this comment

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

Typo: "accdept" → "accept"

@@ -34,7 +34,7 @@ import { donationOptions } from '~data';
{
donationOptions.length > 0 && (
<Fragment>
<p>
<p style="margin-block-start: 1em;">
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason we're using style attributes here and not classes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes: laziness. I've done this in a few small places and I want to come back and tidy up.

@mxmason mxmason merged commit 8998a84 into main Dec 22, 2022
@mxmason mxmason deleted the ej/bag-of-fixes branch September 2, 2023 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants