Skip to content

Commit

Permalink
feat: udpate activity box
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-abarzua committed Nov 30, 2023
1 parent 82bf1ac commit a21abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/general/tutorial/ActivityBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ActivityBox = () => {
isVisible ? 'translate-y-0 opacity-100' : '-translate-y-full opacity-0'
}`}
>
<Accordion type="single" collapsible>
<Accordion type="single" collapsible defaultValue='item-1'>
<AccordionItem value="item-1">
<AccordionTrigger>
<p className="whitespace-nowrap text-lg">Arm Activity!</p>
Expand Down

0 comments on commit a21abae

Please sign in to comment.