File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ import SweetGeeksLogoSvg from "../images/companies/sweetgeeks.svg";
43
43
import SwissLifeLogoSvg from "../images/companies/swiss-life.svg" ;
44
44
import SytadelleLogoSvg from "../images/companies/sytadelle.svg" ;
45
45
import ZioskLogoSvg from "../images/companies/ziosk.svg" ;
46
+ import XMLogoSvg from "../images/companies/xm.svg"
46
47
// Images
47
48
import ContactUsSvg from "../images/contact-us.svg" ;
48
49
import DashboardSvg from "../images/dashboard.svg" ;
@@ -313,6 +314,11 @@ const IndexPage: FunctionComponent = () => {
313
314
< SytadelleLogoSvg />
314
315
</ Link >
315
316
</ Logo >
317
+ < Logo width = { 160 } >
318
+ < Link to = "https://xm.com" >
319
+ < XMLogoSvg />
320
+ </ Link >
321
+ </ Logo >
316
322
< Logo width = { 120 } >
317
323
< Link to = "https://www.ziosk.com" >
318
324
< ZioskLogoSvg />
You can’t perform that action at this time.
0 commit comments