Skip to content

Commit

Permalink
add: youtube 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Nov 8, 2023
1 parent 0a124d9 commit 23f380c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Image from 'next/image';
import { getClient } from '@/apollo/apollo-client';
import IconBoard from '@/components/storybook/IconBoard';
import { GET_SKILLS_BY_ID } from '@/gql/queries';
import { GetSkillByIdQuery, GetSkillByIdQueryVariables } from '@/types/graphql';
import styles from './page.module.css';
Expand Down Expand Up @@ -44,7 +45,7 @@ export default async function Home() {
</a>
</div>
</div>

<IconBoard />
<div className={styles.center}>
<Image
className={styles.logo}
Expand Down
2 changes: 2 additions & 0 deletions src/components/storybook/IconBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const IconBoard = () => {
<IconBoard.Social company="FACEBOOK" />
<IconBoard.Social company="TWITTER" />
<IconBoard.Social company="LINKEDIN" />
<IconBoard.Social company="INSTAGRAM" />
<IconBoard.Social company="YOUTUBE" />
</Grid>
);
};
Expand Down

0 comments on commit 23f380c

Please sign in to comment.