mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Port StickerPreviewModal to storybook
This commit is contained in:
committed by
Scott Nonnenberg
parent
6b094e1514
commit
2f2d027161
@@ -15,7 +15,7 @@ import {
|
||||
PropsHousekeeping,
|
||||
} from './ConversationHeader';
|
||||
|
||||
import { gifObjectUrl } from '../../storybook/Fixtures';
|
||||
import { gifUrl } from '../../storybook/Fixtures';
|
||||
|
||||
const book = storiesOf('Components/Conversation/ConversationHeader', module);
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
@@ -59,7 +59,7 @@ const stories: Array<ConversationHeaderStory> = [
|
||||
props: {
|
||||
color: 'red',
|
||||
isVerified: true,
|
||||
avatarPath: gifObjectUrl,
|
||||
avatarPath: gifUrl,
|
||||
name: 'Someone 🔥 Somewhere',
|
||||
phoneNumber: '(202) 555-0001',
|
||||
id: '1',
|
||||
|
||||
Reference in New Issue
Block a user