Skip to content

Commit

Permalink
fix: Lowercase C in Add Components (#5687)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindspank authored Sep 13, 2024
1 parent 1a74cca commit 8951644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Button builders={[builder]} type="secondary">
<Plus class="flex items-center justify-center" size="16px" />
<div class="flex gap-x-1 items-center">
Add Component
Add component
<ChevronDown size="14px" />
</div>
</Button>
Expand Down

1 comment on commit 8951644

@github-actions
Copy link
Contributor

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.