Skip to content

Commit

Permalink
Merge pull request #517 from icflorescu/next
Browse files Browse the repository at this point in the history
Remove unnecessary attribute
  • Loading branch information
icflorescu authored Jan 17, 2024
2 parents 4873009 + d21d24f commit 890de70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/examples/column-dragging-and-toggling/TogglingExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function TogglingExample() {
{
accessor: 'name',
title: (
<Group gap={4} mt={-1} justify="start">
<Group gap={4} mt={-1}>
<IconBuildingSkyscraper size={16} />
<Text inherit mt={1}>
Company
Expand All @@ -28,7 +28,7 @@ export default function TogglingExample() {
{
accessor: 'streetAddress',
title: (
<Group gap={4} mt={-1} justify="start">
<Group gap={4} mt={-1}>
<IconRoadSign size={16} />
<Text inherit mt={1}>
Street Address
Expand Down

0 comments on commit 890de70

Please sign in to comment.