Skip to content

Commit c7eebf3

Browse files
committed
Fix bad link to featured project
1 parent 291c201 commit c7eebf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/frontpage/components/home/social-validation/social-validation.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ const projects = [
3838
projectUrl: 'https://storybook.js.org/showcase/audi-ui-react',
3939
},
4040
{
41-
name: 'Fluent UI React',
41+
name: 'Fluent UI Web Compnents',
4242
bgColor: '#0078d4',
4343
width: 40,
4444
height: 70,
45-
logoAlt: 'Fluent UI React',
45+
logoAlt: 'Fluent UI Web Compnents',
4646
logoUrl: '/home/community/logos/fluent.svg',
47-
projectUrl: 'https://storybook.js.org/showcase/microsoft-fluent-ui-react',
47+
projectUrl: 'https://storybook.js.org/showcase/microsoft-fluent-ui-web-components',
4848
},
4949
{
5050
name: 'Gutenberg',

0 commit comments

Comments
 (0)