Skip to content

Feat/central workshop #265

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shreyasintax
Copy link

closes #264

"pg": "^8.11.3",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier": "^3.5.0",
Copy link
Member

Choose a reason for hiding this comment

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

Why is this being modified?

]);

export default function WorkshopContent({ text, section }) {
const [selectedCategory, setSelectedCategory] = useState(categories[0]);
Copy link
Contributor

Choose a reason for hiding this comment

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

try doing this without the use of useState

@som-04
Copy link
Contributor

som-04 commented Feb 13, 2025

Also, don't commit multiple times, just do it once and then use git commit --amend for pushing any subsequent changes.

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.

Central Workshop page Overhaul
4 participants