We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cce7b3 commit 58b5bfbCopy full SHA for 58b5bfb
1 file changed
src/components/SidebarSection.tsx
@@ -24,7 +24,7 @@ const SidebarSection: React.FC<SidebarSectionProps> = ({
24
}) => (
25
<div className="flex w-full flex-col items-baseline justify-between border-b-2 border-[#36266d] px-[10px]">
26
<Accordion className="w-full" type="single" collapsible>
27
- <AccordionItem className="border-none no-underline" value="item-1">
+ <AccordionItem className="border-none no-underline" value="item-1" defaultValue="item-1">
28
<AccordionTrigger className="w-full no-underline">
29
<div className="font-play text-sm no-underline">{label}</div>
30
</AccordionTrigger>
0 commit comments