We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 758907a + 44765de commit 19c4ab1Copy full SHA for 19c4ab1
src/stories/Media/Logo.stories.js
@@ -39,7 +39,7 @@ const LogoStories = {
39
},
40
};
41
42
-export const Default = ({ src: source = "http://placekitten.com/300/300", size = "small" }) => {
+export const Default = ({ src: source = "http://seller.staging.xola.app/favicon.svg", size = "small" }) => {
43
return <Logo src={source} size={size} />;
44
45
0 commit comments