-
Notifications
You must be signed in to change notification settings - Fork 357
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
π LLM - Landing Pages margin bottom #8674
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
ListFooterComponent={ | ||
hasStickyCta ? ( | ||
<Flex height={116} /> | ||
) : bottomSpacing ? ( | ||
<Flex height={bottomSpacing} /> | ||
) : null | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add a margin anyway if no sticky no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what it does, if there is no sticky cta and we passed a bottomSpacing
parameter, we'll have a spacing in the bottom
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But we can choose to not send a bottomSpacing
parameter to not have any spacing in the bottom of the ContentCardsLocation
component
β Checklist
npx changeset
was attached.π Description
Add a margin bottom to the landing pages when there is no sticky cta
β Context
π§ Checklist for the PR Reviewers