Skip to content

Commit

Permalink
Fix snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto committed Nov 7, 2024
1 parent 94fd67d commit 965e64a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
IconDownload,
ContentBlock,
IconSocialFacebook,
IconSocialTwitter,
IconSocialX,
IconSocialLinkedIn,
IconSocialInstagram,
Text,
Expand Down Expand Up @@ -826,7 +826,7 @@ export const snippets = [
<Column width="content">
<Inline space="small">
<IconSocialFacebook tone="secondary" />
<IconSocialTwitter tone="secondary" />
<IconSocialX tone="secondary" />
<IconSocialLinkedIn tone="secondary" />
<IconSocialInstagram tone="secondary" />
</Inline>
Expand Down

0 comments on commit 965e64a

Please sign in to comment.