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

Split section out from the ContentContainer component #70

Merged
merged 4 commits into from
Dec 10, 2024
Merged

Conversation

jakewheeler
Copy link
Collaborator

@jakewheeler jakewheeler commented Dec 9, 2024

This PR:

  • Removes the section tag that was previously within the ContentContainer
    • We can now use ContentContainer however we want without introducing section tags that don't make sense
  • Adds section tags to existing components that need them

This PR should not introduce any visible changes.

src/app/page.tsx Outdated

return (
<ContentContainer sectionClasses={styles.valueSection} align>
<section>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The diff makes this look like a lot of changes but I'm just wrapping these section components in section tags.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Same thing for the other files below.

@jakewheeler jakewheeler marked this pull request as ready for review December 9, 2024 16:17
@jakewheeler jakewheeler merged commit e3f98cd into next Dec 10, 2024
1 check passed
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.

2 participants