Skip to content

Commit

Permalink
Merge pull request #47 from webkom/unchristmas
Browse files Browse the repository at this point in the history
Remove stocking cap from logo
  • Loading branch information
ivarnakken authored Jan 13, 2022
2 parents 429bfe1 + c5eb6c7 commit 2366ac4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Dashboard/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { withStyles, withTheme } from '@material-ui/core/styles';
import withWidth from '@material-ui/core/withWidth';
import AppBar from '@material-ui/core/AppBar';
import Grid from '@material-ui/core/Grid';
//import darkLogo from 'app/static/abakus_logo_white_webkom.png';
import darkLogoChristmas from 'app/static/abakus_logo_white_webkom_christmas.png';
import darkLogo from 'app/static/abakus_logo_white_webkom.png';
//import darkLogoChristmas from 'app/static/abakus_logo_white_webkom_christmas.png';
import Environment from 'app/components/Environment';
import MediaInfo from 'app/components/MediaInfo';
import Github from 'app/components/Github';
Expand Down Expand Up @@ -50,7 +50,7 @@ const Header = ({ classes, width, theme }) => {
<img
alt="Abakus Linjeforening"
className={classes.logo}
src={darkLogoChristmas}
src={darkLogo}
/>
</Grid>
</Grid>
Expand All @@ -66,7 +66,7 @@ const Header = ({ classes, width, theme }) => {
<img
alt="Abakus Linjeforening"
className={classes.logo}
src={darkLogoChristmas}
src={darkLogo}
/>
</Grid>
<Grid item container xs={isLarge ? 1 : 2} alignItems={'center'}>
Expand Down

0 comments on commit 2366ac4

Please sign in to comment.