Skip to content

Commit 19c4ab1

Browse files
authored
Merge branch 'master' into customize-switch
2 parents 758907a + 44765de commit 19c4ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Media/Logo.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const LogoStories = {
3939
},
4040
};
4141

42-
export const Default = ({ src: source = "http://placekitten.com/300/300", size = "small" }) => {
42+
export const Default = ({ src: source = "http://seller.staging.xola.app/favicon.svg", size = "small" }) => {
4343
return <Logo src={source} size={size} />;
4444
};
4545

0 commit comments

Comments
 (0)