Skip to content

Commit

Permalink
Merge pull request GDSC-Jadavpur-University#228 from aindree-2005/pat…
Browse files Browse the repository at this point in the history
…ch-18

Update FAQS.jsx
  • Loading branch information
Ayushpanditmoto authored Oct 7, 2023
2 parents da73820 + 2b9fdd1 commit d02c51a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions components/FAQS.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import {Accordion, AccordionItem} from "@nextui-org/react";
import {Divider} from "@nextui-org/react";

export default function FAQS() {
const ans1=
Expand All @@ -10,9 +11,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"
className="p-2 flex flex-col gap-1 w-full max-w-[300px]"
variant="shadow">

<Divider className="my-10" />
<Accordion selectionMode="multiple">
<AccordionItem key="1" aria-label="Q 1" title="Can those new to programming join GDSC-JU community?">
{ans1}
</AccordionItem>
Expand All @@ -23,5 +24,6 @@ export default function FAQS() {
{ans3}
</AccordionItem>
</Accordion>
<Divider className="my-10" />
);
}

0 comments on commit d02c51a

Please sign in to comment.