Skip to content

Commit

Permalink
Fix bad link to featured project
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Dec 27, 2024
1 parent 291c201 commit c7eebf3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ const projects = [
projectUrl: 'https://storybook.js.org/showcase/audi-ui-react',
},
{
name: 'Fluent UI React',
name: 'Fluent UI Web Compnents',
bgColor: '#0078d4',
width: 40,
height: 70,
logoAlt: 'Fluent UI React',
logoAlt: 'Fluent UI Web Compnents',
logoUrl: '/home/community/logos/fluent.svg',
projectUrl: 'https://storybook.js.org/showcase/microsoft-fluent-ui-react',
projectUrl: 'https://storybook.js.org/showcase/microsoft-fluent-ui-web-components',
},
{
name: 'Gutenberg',
Expand Down

0 comments on commit c7eebf3

Please sign in to comment.