Skip to content

Commit

Permalink
fix(cards): remove full wdith
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 7, 2023
1 parent 49415f1 commit 3404617
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/layouts/components/ContactUs/ContactCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ export const ContactCard = ({

<Button
variant="clear"
w="100%"
id={`contacts-${index}`}
onClick={() => onDelete(`contacts-${index}`, "contact information")}
alignSelf="center"
Expand Down
1 change: 0 additions & 1 deletion src/layouts/components/ContactUs/LocationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export const LocationCard = ({

<Button
variant="clear"
w="100%"
id={`locations-${index}`}
onClick={() => onDelete(`locations-${index}`, "location")}
alignSelf="center"
Expand Down

0 comments on commit 3404617

Please sign in to comment.