Skip to content

Commit

Permalink
Fix loki logo URL in visual tests (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored Oct 2, 2019
1 parent b8b5e98 commit 112765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react/src/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Logo.propTypes = {

Logo.defaultProps = {
delay: 0,
logoUrl: 'https://loki.js.org/favicon.png',
logoUrl: 'https://loki.js.org/img/favicon.png',
};

export default Logo;

0 comments on commit 112765d

Please sign in to comment.