Skip to content

Commit

Permalink
fix youtube icon
Browse files Browse the repository at this point in the history
  • Loading branch information
renemennab committed Jul 5, 2024
1 parent f800ab2 commit 6525487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
DocumentIcon,
GitHubLogoIcon,
IconFrame,
YouTubeIcon,
} from '@pluralsh/design-system'
import { type GetStaticProps, type InferGetStaticPropsType } from 'next'
import { useRouter } from 'next/router'
Expand Down Expand Up @@ -121,7 +122,7 @@ const resources = {
youtube: {
url: 'https://www.youtube.com/channel/UCt8xwvJH4f4c6g8J1Y6ZmJQ',
title: 'YouTube',
icon: <ArrowRightIcon />,
icon: <YouTubeIcon />,
},
docs: {
url: 'https://docs.plural.sh',
Expand Down

0 comments on commit 6525487

Please sign in to comment.