Skip to content

Commit e5f8a33

Browse files
committed
fix: format changes
1 parent a1b53e2 commit e5f8a33

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

packages/ui-components/__design__/social-logos.stories.tsx

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
import {
2-
Bluesky,
3-
Discord,
4-
GitHub,
5-
LinkedIn,
6-
Slack,
7-
X,
8-
} from '#ui/Icons/Social';
1+
import { Bluesky, Discord, GitHub, LinkedIn, Slack, X } from '#ui/Icons/Social';
92

103
import type { Meta as MetaObj, StoryObj } from '@storybook/react-webpack5';
114

12-
const socialIcons = [
13-
[GitHub, LinkedIn],
14-
[Slack, X, Bluesky],
15-
[Discord],
16-
];
5+
const socialIcons = [[GitHub, LinkedIn], [Slack, X, Bluesky], [Discord]];
176

187
export const SocialMediaLogos: StoryObj = {
198
render: () => (

packages/ui-components/src/Containers/Footer/index.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
import classNames from 'classnames';
22

33
import NavItem from '#ui/Containers/NavBar/NavItem';
4-
import {
5-
Bluesky,
6-
Discord,
7-
GitHub,
8-
LinkedIn,
9-
Slack,
10-
X,
11-
} from '#ui/Icons/Social';
4+
import { Bluesky, Discord, GitHub, LinkedIn, Slack, X } from '#ui/Icons/Social';
125

136
import type { LinkLike } from '#ui/types';
147
import type { FC, ReactNode, SVGProps } from 'react';

0 commit comments

Comments
 (0)