Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Remove Selfridges logo from home page and our work page (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimboTambo authored May 4, 2022
1 parent 7ce4645 commit 31a774b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions site/components/case-study-company-logos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ import React from 'react';
import bbcPNG from './PNG/bbc.png';
import nhsPNG from './PNG/nhs.png';
import cartrawlerPNG from './PNG/cartrawler.png';
import selfridgesPNG from './PNG/selfridges.png';
import tescoPNG from './PNG/tesco.png';

import styles from './style.css';

const CaseStudyCompanyLogos = () => (
<div className={styles.caseCompanies}>
<div className={styles.caseCompaniesLogo}>
<img alt="The logo of Selfridges" src={selfridgesPNG} />
</div>
<div className={styles.caseCompaniesLogo}>
<img alt="The logo of Car Trawler" src={cartrawlerPNG} />
</div>
Expand Down
8 changes: 0 additions & 8 deletions site/pages/home/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -388,14 +388,6 @@ Array [
<div
class="caseCompanies"
>
<div
class="caseCompaniesLogo"
>
<img
alt="The logo of Selfridges"
src="selfridges.png"
/>
</div>
<div
class="caseCompaniesLogo"
>
Expand Down
9 changes: 0 additions & 9 deletions site/pages/our-work/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -797,15 +797,6 @@ Array [
src="wickes.png"
/>
</div>
<div
class="logoWrapper"
>
<img
alt="Selfridges logo"
class="selfridgesLogo"
src="selfridges.png"
/>
</div>
<div
class="logoWrapper"
>
Expand Down
4 changes: 0 additions & 4 deletions site/pages/our-work/logos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import ftLogo from './images/ft.png';
import hallerLogo from './images/haller.png';
import lloydsLogo from './images/lloyds.png';
import nhsLogo from './images/nhs.png';
import selfridgesLogo from './images/selfridges.png';
import skyLogo from './images/sky.png';
import tescoLogo from './images/tesco.png';
import wickesLogo from './images/wickes.png';
Expand Down Expand Up @@ -66,9 +65,6 @@ export default function Logos() {
<div className={styles.logoWrapper}>
<img src={wickesLogo} className={styles.wickesLogo} alt="Wickes logo" />
</div>
<div className={styles.logoWrapper}>
<img src={selfridgesLogo} className={styles.selfridgesLogo} alt="Selfridges logo" />
</div>
<div className={styles.logoWrapper}>
<img src={hallerLogo} className={styles.hallerLogo} alt="Haller logo" />
</div>
Expand Down

0 comments on commit 31a774b

Please sign in to comment.