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

Clement remove bold font weight everywhere #787

Merged
merged 6 commits into from
Dec 8, 2024

Conversation

Bookie0
Copy link
Collaborator

@Bookie0 Bookie0 commented Dec 7, 2024

fixes this

removes font weight bold
sorry no time for screenshots 🙃

@Bookie0 Bookie0 requested a review from a team as a code owner December 7, 2024 22:33
@dti-github-bot
Copy link
Member

dti-github-bot commented Dec 7, 2024

[diff-counting] Significant lines: 82.

@Bookie0 Bookie0 requested a review from andrew032011 December 7, 2024 23:08
Copy link
Collaborator

@andrew032011 andrew032011 left a comment

Choose a reason for hiding this comment

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

Can you rerequest review from me once you fixed the type check error?

@@ -49,7 +49,7 @@ const Initiative = ({
width >= LAPTOP_BREAKPOINT ? inter.className : ibm_plex_mono.className
}`}
>
{parts.map((part, index) => (part === eventName ? <b key={index}>{part}</b> : part))}
{parts.map((part, index) => part)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wait can't we just do parts here then?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

LOL i accidentally edited smth oops

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok wait

@@ -15,8 +15,7 @@
"height": 328
},
"description": "At the Tompkins County Public Library, our members give children in the Ithaca community the opportunity to grow and learn about other technical careers. We introduce code and design through beginner-friendly, interactive workshops with Cornell students, providing individualized feedback. Young students can learn Scratch to create their own games and animations, and Figma to make eye-catching visuals with shapes, colors, and more!",
"mobileDescription": "@Tompkins County Public Library, we introduced code & design with workshops that taught Figma and Sketch.",
"eventName": "Tompkins County Public Library"
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is causing a linting error, if we not using eventName anywhere we could remove it from everything else, and also from the type

Copy link
Collaborator Author

@Bookie0 Bookie0 Dec 7, 2024

Choose a reason for hiding this comment

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

wait ok i messed up smth but i think i fixed it here/

@Bookie0 Bookie0 requested a review from andrew032011 December 7, 2024 23:51
@@ -49,7 +46,7 @@ const Initiative = ({
width >= LAPTOP_BREAKPOINT ? inter.className : ibm_plex_mono.className
}`}
>
{parts.map((part, index) => (part === eventName ? <b key={index}>{part}</b> : part))}
{description}
</p>
</article>
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI eventName still appears below too (line 68 and 70), and type checker caught it

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ohh good catch, should be fixed now i think...

@Bookie0 Bookie0 merged commit 8f8ff8d into main Dec 8, 2024
5 checks passed
@Bookie0 Bookie0 deleted the clement-remove-bold-font-weight-everywhere branch December 8, 2024 00:19
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