Skip to content

Commit

Permalink
fix: Add spacer to contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Jul 5, 2024
1 parent b3dd665 commit 9355344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dashboard/Contacts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export default function Contacts({ isQuickSetting }: ContactsProps) {
</React.Fragment>
);
})}
<Spacer y={1} />
</SettingsList>
</Wrapper>
);
Expand Down

0 comments on commit 9355344

Please sign in to comment.