diff --git a/packages/frontend/src/components/global/MkAvatar.stories.impl.ts b/packages/frontend/src/components/global/MkAvatar.stories.impl.ts index 68fadfc1b..2936664a8 100644 --- a/packages/frontend/src/components/global/MkAvatar.stories.impl.ts +++ b/packages/frontend/src/components/global/MkAvatar.stories.impl.ts @@ -44,6 +44,9 @@ export const ProfilePage = { indicator: true, }, } satisfies StoryObj; +/* Your story couldn’t be captured because it exceeds our 25,000,000px limit. Its dimensions are 5,504,893x5,504,892px. Possible ways to resolve: + * * Separate pages into components + * * Minimize the number of very large elements in a story export const ProfilePageCat = { ...ProfilePage, args: { @@ -54,3 +57,4 @@ export const ProfilePageCat = { }, }, } satisfies StoryObj; + */