diff --git a/src/pages/Community/Community.tsx b/src/pages/Community/Community.tsx index 0eb8b3e..916dc40 100644 --- a/src/pages/Community/Community.tsx +++ b/src/pages/Community/Community.tsx @@ -281,6 +281,7 @@ export default function Community() { + {/* Search */}
@@ -295,7 +296,7 @@ export default function Community() {
{/* Questions */} - + {filteredQuestions.map((q, idx) => { const isFeatured = idx === 0 && searchQuery === ''; return (