Skip to content

Commit

Permalink
remove old logo from header
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-j-k committed Oct 22, 2024
1 parent 06a197b commit 2a89896
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
3 changes: 0 additions & 3 deletions src/main-header/main-header.interface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ class EoscCommonMainHeader extends Component {
<nav className={`eosc-common top ${environment.production ? "" : "demo"}`}>
<div className="container">
<div className="left-links">
<a href="https://www.eosc-beyond.eu/" className="header-logo">
&nbsp;
</a>
<a href="https://www.eosc-beyond.eu/" className="beyond-logo">
&nbsp;
</a>
Expand Down
39 changes: 0 additions & 39 deletions styles/assets/eosc-logo.svg

This file was deleted.

7 changes: 0 additions & 7 deletions styles/main-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
display: flex;
align-items: center;

.header-logo {
width: 84px;
height: 32px;
background: url("assets/eosc-logo.svg") center no-repeat;
display: block;
}

.beyond-logo {
margin-left: 16px;
width: 185px;
Expand Down

0 comments on commit 2a89896

Please sign in to comment.