Skip to content

Commit

Permalink
chore: typos correction (#1545)
Browse files Browse the repository at this point in the history
* typo CampaignCards.tsx

* typo HiddenRequirementAccessIndicator.tsx
  • Loading branch information
cypherpepe authored Nov 12, 2024
1 parent 5df4963 commit 43e3eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const CampaignCards = () => {
<TooltipContent side="bottom">
<p>
Members don't see this, they can only access this page by
visiting it's link directly
visiting its link directly
</p>
</TooltipContent>
</Tooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const CountAccessIndicatorUI = ({

<CaretDown
weight="bold"
className="group-[[data-state=open]]:-rotate-180 transfrom duration-200"
className="group-[[data-state=open]]:-rotate-180 transform duration-200"
/>
</CollapsibleTrigger>
<CollapsibleContent>
Expand Down

0 comments on commit 43e3eb1

Please sign in to comment.