Skip to content

Commit

Permalink
Refs #140454 added missing themes reference for the eea theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Dec 2, 2021
1 parent 2250cc7 commit e9ca244
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/customizations/components/theme/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import React, { Component } from 'react';
import { Segment, Header, Table, Icon, Image } from 'semantic-ui-react';

import EUflag from '@eeacms/volto-eea-design-system/../theme/eea/assets/images/europe-flag.svg';
import EUflag from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/images/europe-flag.svg';

/**
* Component to display the footer.
Expand Down
2 changes: 1 addition & 1 deletion src/customizations/components/theme/Logo/Logo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Image } from 'semantic-ui-react';
import { useSelector } from 'react-redux';
import config from '@plone/volto/registry';

import LogoImage from '@eeacms/volto-eea-design-system/../theme/eea/assets/images/eea-logo.png';
import LogoImage from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/images/eea-logo.png';

const messages = defineMessages({
site: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
Popup,
} from 'semantic-ui-react';
import config from '@plone/volto/registry';
import EUflag from '@eeacms/volto-eea-design-system/../theme/eea/assets/images/europe-flag.svg';
import EUflag from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/images/europe-flag.svg';
import throttle from 'lodash.throttle';

const messages = defineMessages({
Expand Down

0 comments on commit e9ca244

Please sign in to comment.