Skip to content

Commit b645405

Browse files
authoredJul 15, 2021
add xm logo (#3950)
1 parent 22755ec commit b645405

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎website/src/images/companies/xm.svg

+23
Loading

‎website/src/pages/index.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ import SweetGeeksLogoSvg from "../images/companies/sweetgeeks.svg";
4343
import SwissLifeLogoSvg from "../images/companies/swiss-life.svg";
4444
import SytadelleLogoSvg from "../images/companies/sytadelle.svg";
4545
import ZioskLogoSvg from "../images/companies/ziosk.svg";
46+
import XMLogoSvg from "../images/companies/xm.svg"
4647
// Images
4748
import ContactUsSvg from "../images/contact-us.svg";
4849
import DashboardSvg from "../images/dashboard.svg";
@@ -313,6 +314,11 @@ const IndexPage: FunctionComponent = () => {
313314
<SytadelleLogoSvg />
314315
</Link>
315316
</Logo>
317+
<Logo width={160}>
318+
<Link to="https://xm.com">
319+
<XMLogoSvg />
320+
</Link>
321+
</Logo>
316322
<Logo width={120}>
317323
<Link to="https://www.ziosk.com">
318324
<ZioskLogoSvg />

0 commit comments

Comments
 (0)
Please sign in to comment.