diff --git a/apps/storefront/app/komponenter/component-list.ts b/apps/storefront/app/komponenter/component-list.ts index ab515f63f8..0fa3f662c3 100644 --- a/apps/storefront/app/komponenter/component-list.ts +++ b/apps/storefront/app/komponenter/component-list.ts @@ -9,11 +9,11 @@ export const data = [ image: 'Alert.svg', url: 'https://storybook.designsystemet.no/?path=/docs/komponenter-alert--docs', }, - // { - // title: 'Avatar', - // image: 'Avatar.svg', - // url: 'https://storybook.designsystemet.no/?path=/docs/komponenter-avatar--docs', - // }, + { + title: 'Avatar', + image: 'Avatar.svg', + url: 'https://storybook.designsystemet.no/?path=/docs/komponenter-avatar--docs', + }, { title: 'Badge', image: 'Badge.svg',