Skip to content

Commit 6f89f41

Browse files
committed
fix url to emotion logo
1 parent 32603e2 commit 6f89f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/emotion/src/my-command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Image = emotion.Image`
1919
padding: 40px;
2020
`;
2121

22-
const emotionLogo = 'https://emotion.sh/static/emotion-a76dfa0d18a0536af9e917cdb8f873b9-a69fb.png';
22+
const emotionLogo = 'https://avatars3.githubusercontent.com/u/31557565?s=400&v=4';
2323

2424
class App extends React.Component {
2525
render() {

0 commit comments

Comments
 (0)