Skip to content

Commit

Permalink
Update FAQS.jsx
Browse files Browse the repository at this point in the history
FAQS formatting of section
  • Loading branch information
aindree-2005 authored Oct 7, 2023
1 parent ddd179a commit b2e983d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/FAQS.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ export default function FAQS() {
"No, Code Club JU and GDSC, despite both being involved in encouraging coding habits among students, donot refer to the same entity.";

return (
<Accordion selectionMode="multiple">
<Accordion selectionMode="multiple"
className="p-2 flex flex-col gap-1 w-full max-w-[300px]"
variant="shadow">
<AccordionItem key="1" aria-label="Q 1" title="Can those new to programming join GDSC-JU community?">
{ans1}
</AccordionItem>
Expand Down

0 comments on commit b2e983d

Please sign in to comment.