Skip to content

Commit

Permalink
Fix logo import path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Oct 10, 2018
1 parent 28c7ba0 commit a4abf51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.9.3 (2018-08-10)

### Changes

- Fix logo import path @robgietema @jaroel

## 0.9.2 (2018-08-10)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "0.9.2",
"version": "0.9.3",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion src/components/theme/Logo/Logo.jsx
Expand Up @@ -8,7 +8,7 @@ import { Link } from 'react-router-dom';
import { defineMessages, injectIntl, intlShape } from 'react-intl';
import { Image } from 'semantic-ui-react';

import LogoImage from '@plone/volto/components/Logo/Logo.svg';
import LogoImage from '@plone/volto/components/theme/Logo/Logo.svg';

const messages = defineMessages({
site: {
Expand Down

0 comments on commit a4abf51

Please sign in to comment.