Skip to content

Commit

Permalink
chore: replace logo image URLs (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf authored Dec 6, 2021
1 parent 49b317e commit 8eaee90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://msw-sb.vercel.app/logo.png" width="200">
<img src="https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png" width="200">
</p>
<h1 align="center">MSW Storybook Addon</h1>

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
property="og:description"
content="Storybook addon to mock API requests with MSW"
/>
<meta property="og:image" content="https://msw-sb.vercel.app/logo.png" />
<meta property="og:image" content="https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png" />
<meta property="og:site_name" content="Documentation" />
<meta property="og:url" content="https://msw-sb.vercel.app/" />

<meta name="twitter:card" content="summary_large_image" />
<meta
property="twitter:image:src"
content="https://msw-sb.vercel.app/logo.png"
content="https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png"
/>
<meta name="twitter:site" content="@dev__adi" />
<meta name="twitter:creator" content="@dev__adi" />
2 changes: 1 addition & 1 deletion packages/docs/src/guides/introduction.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import LinkTo from '@storybook/addon-links/react'
<Meta title="Guides/Introduction" />

<header className="introduction-header">
<img src="https://msw-sb.vercel.app/logo.png" width="200" height="172" />
<img src="https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png" width="200" height="172" />
<h1>MSW Storybook Addon</h1>
</header>

Expand Down
2 changes: 1 addition & 1 deletion packages/msw-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"storybook": {
"displayName": "Mock Service Worker",
"icon": "https://msw-sb.vercel.app/logo.png"
"icon": "https://user-images.githubusercontent.com/1671563/144888802-84346d8f-77c9-4377-98c7-4b0364797978.png"
}
}

1 comment on commit 8eaee90

@vercel
Copy link

@vercel vercel bot commented on 8eaee90 Dec 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.