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

Footer fixes #822

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Footer fixes #822

merged 2 commits into from
Oct 29, 2024

Conversation

melissasamworth
Copy link
Contributor

@melissasamworth melissasamworth commented Oct 28, 2024

The only thing I couldn't figure out is making the layout like this on build your knowledge and join a community (help)
image

<CommunityCard current={current} />
<KnowledgeCard
current={current}
className={`col-6 ${current === 'grassroots' || current === 'volunteer' || current === 'donate' ? 'order-2' : ''}`}
Copy link
Collaborator

Choose a reason for hiding this comment

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

an alternative way would be ${['grassroots', 'volunteer', 'donate'].includes(current) ? 'order-2' : ''}

@melissasamworth melissasamworth merged commit 8381a2d into stampy-redesign Oct 29, 2024
1 check passed
@melissasamworth melissasamworth deleted the footer-fixes branch October 29, 2024 18:02
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