Skip to content

Commit

Permalink
Automatic customization imports for images
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Oct 10, 2018
1 parent 2b320f8 commit 28c7ba0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 0.9.2 (2018-08-10)

### Added

- Automatic customization imports for images @robgietema @jaroel

## 0.9.1 (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.1",
"version": "0.9.2",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion src/components/manage/Toolbar/Toolbar.jsx
Expand Up @@ -10,8 +10,8 @@ import { Button, Divider, Menu } from 'semantic-ui-react';
import jwtDecode from 'jwt-decode';
import cookie from 'react-cookie';
import { injectIntl } from 'react-intl';
import LogoImage from '@plone/volto/components/manage/Toolbar/pastanaga.svg';
import { BodyClass } from '../../../helpers';
import LogoImage from './pastanaga.svg';

@injectIntl
@connect(state => ({
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 './Logo.svg';
import LogoImage from '@plone/volto/components/Logo/Logo.svg';

const messages = defineMessages({
site: {
Expand Down

0 comments on commit 28c7ba0

Please sign in to comment.