Skip to content

Commit

Permalink
Merge pull request #54 from alberto-abarzua/fix/arm_activity_box
Browse files Browse the repository at this point in the history
feat: udpate activity box
  • Loading branch information
alberto-abarzua authored Nov 30, 2023
2 parents 82bf1ac + a21abae commit fa012bb
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

1 comment on commit fa012bb

@vercel
Copy link

@vercel vercel bot commented on fa012bb Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.