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

categories Page #461

Merged
merged 1 commit into from
Mar 5, 2024
Merged

categories Page #461

merged 1 commit into from
Mar 5, 2024

Conversation

buddy-web3
Copy link
Member

No description provided.

@buddy-web3 buddy-web3 self-assigned this Mar 1, 2024
categories: TagType[]
}

export const CategoriesPage = ({categories}: CategoriesPageProps) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

isn't this just the previous element, but with two different classes? Why not just check for activeCategoryId and if undefined then apply col-12?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not just different classes, but different HTML tags, thus cannot just do it css/class wise.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I didn't notice the h1 vs h4 :/ A pity, as it's basically a duplicate

categories: TagType[]
}

export const CategoriesPage = ({categories}: CategoriesPageProps) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I didn't notice the h1 vs h4 :/ A pity, as it's basically a duplicate

@buddy-web3 buddy-web3 merged commit 65c8798 into stampy-redesign Mar 5, 2024
1 check passed
@buddy-web3 buddy-web3 deleted the stampy-redesign-459 branch March 5, 2024 02:16
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