Midwest Pumpkins is an open-source project developed by the OpenCode Chicago community. Built with Vite, HTML, CSS, and JavaScript, this project aims to support a local organization while participating in Hacktoberfest 2024. We welcome contributions from the community to help us make a difference!
Fixed the issue where the slider was not showing on the screen by removing a class collision. Updated class names in review.html and the corresponding CSS file to ensure proper display. Previously, the slider had a default display: none property, possibly due to a class name conflict with another component. The changes ensure the slider is now visible as intended.
PR Description:
Fixed the issue where the slider was not showing on the screen by removing a class collision. Updated class names in
review.html
and the corresponding CSS file to ensure proper display. Previously, the slider had a defaultdisplay: none
property, possibly due to a class name conflict with another component. The changes ensure the slider is now visible as intended.