diff --git a/packages/react-components/react-card/stories/Card/CardOrientation.stories.tsx b/packages/react-components/react-card/stories/Card/CardOrientation.stories.tsx index af2add1cc94ba..a4c05436219b8 100644 --- a/packages/react-components/react-card/stories/Card/CardOrientation.stories.tsx +++ b/packages/react-components/react-card/stories/Card/CardOrientation.stories.tsx @@ -3,7 +3,7 @@ import { makeStyles, shorthands, Avatar, Body1, Button, Caption1 } from '@fluent import { MoreHorizontal24Regular } from '@fluentui/react-icons'; import { Card, CardHeader, CardPreview } from '@fluentui/react-card'; import { SampleCard, Title } from './SampleCard.stories'; -import Logo from '../../../assets/logo.svg'; +import Logo from '../assets/logo.svg'; const ASSET_URL = 'https://raw.githubusercontent.com/microsoft/fluentui/master/packages/react-components/react-card'; const avatarElviaURL = ASSET_URL + '/stories/assets/avatar_elvia.svg'; diff --git a/packages/react-components/react-card/stories/Card/CardTemplates.stories.tsx b/packages/react-components/react-card/stories/Card/CardTemplates.stories.tsx index 2ca604c36912a..524406c4e3124 100644 --- a/packages/react-components/react-card/stories/Card/CardTemplates.stories.tsx +++ b/packages/react-components/react-card/stories/Card/CardTemplates.stories.tsx @@ -34,7 +34,7 @@ import office2 from '../assets/office2.png'; import avatarColin from '../assets/avatar_colin.svg'; const ASSET_URL = 'https://raw.githubusercontent.com/microsoft/fluentui/master/packages/react-components/react-card'; -const powerpointLogoURL = ASSET_URL + '/assets/powerpoint_logo.svg'; +const powerpointLogoURL = ASSET_URL + '/stories/assets/powerpoint_logo.svg'; const useStyles = makeStyles({ mainContainer: {