Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 committed Feb 24, 2025
1 parent 9b1c605 commit 6b5bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/icon/AddSectionIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Props = {
};

export const AddSection = ({ handleAddSection }: Props): JSX.Element => (
<Button variant="ghost" size="icon" onClick={handleAddSection}>
<Button onClick={handleAddSection}>
<PlusSquare className="h-4 w-4 mr-2" />
Add Section
</Button>
Expand Down

0 comments on commit 6b5bfb3

Please sign in to comment.