docs/src/pages/community.tsx
Function Community
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Community = () => {
const [showCalendar, setShowCalendar] = useState(false); // State to control calendar visibility
const toggleCalendar = () => {