FCCColumbus / cbus-web

FreeCodeCamp Columbus Website (started in 2022)
BSD 3-Clause "New" or "Revised" License
6 stars 7 forks source link

update-contributors-section #64

Closed mmcbride2929 closed 8 months ago

mmcbride2929 commented 1 year ago

TL/DR

This PR updates members section, and links to the contributors graph page.`

Overview of Change

Members.jsx

index.css

Untitled

netlify[bot] commented 1 year ago

Deploy Preview for dev-fcccolumbus ready!

Name Link
Latest commit 5a4c829f5e7414985d39e9038ef9dbe2c60075c4
Latest deploy log https://app.netlify.com/sites/dev-fcccolumbus/deploys/65da425bb9644d0008931f0d
Deploy Preview https://deploy-preview-64--dev-fcccolumbus.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 configuration.

readysetagile commented 1 year ago

@mmcbride2929 now that the lint issues are fixed you can re-run your checks in this PR by pushing an empty commit:

git checkout <this branch>
git commit -m "retrigger checks" --allow-empty
git push ...
jduffey commented 1 year ago

npm test is failing for me at 704bc83. Need to update snapshot for the Members component.

StevenH34 commented 8 months ago

What is the status of this PR?

readysetagile commented 8 months ago

No merge was performed before #75 was merged. @jsolly identified the weirdness of the commits and I misdiagnosed it during the hackathon. looked at both PRs, and I am thinking that when I approve #75 that the changes for this PR will still be OK. I'll re-run the checks again for completeness.