Skip to content

Commit

Permalink
[Taskman #125667] Updated Logo & Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Dec 14, 2020
1 parent 35af44b commit 2a871f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
12 changes: 7 additions & 5 deletions src/customizations/volto/components/theme/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

import React, { Component } from 'react';
import { Segment } from 'semantic-ui-react';
import { Segment, Image } from 'semantic-ui-react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';

Expand Down Expand Up @@ -55,12 +55,14 @@ class Header extends Component {
<Navigation pathname={this.props.pathname} />
</div>
<div className="header-partner-section">
<img style={{ height: '66px' }} src={eclogo} alt="" />
<img
style={{ height: '66px', marginLeft: '1rem' }}
src={eealogo}
<Image
src={eclogo}
alt=""
title=""
height={60}
style={{ marginRight: '10px' }}
/>
<Image src={eealogo} alt="" title="" height={60} />
</div>
</div>
</div>
Expand Down
Binary file modified src/customizations/volto/components/theme/Logo/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a871f8

Please sign in to comment.