Skip to content

Commit

Permalink
Added carmmunity logo (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Oct 6, 2020
1 parent 289f0dc commit 59da40c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions website/src/images/companies/carmmunity.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion website/src/pages/index.tsx
Expand Up @@ -25,6 +25,7 @@ import { Layout } from "../components/structure/layout";
import AeiLogoSvg from "../images/companies/aei.svg";
import AtminaLogoSvg from "../images/companies/atmina.svg";
import AutoguruLogoSvg from "../images/companies/autoguru.svg";
import CarmmunityLogoSvg from "../images/companies/carmmunity.svg";
import GiaLogoSvg from "../images/companies/gia.svg";
import MotiviewLogoSvg from "../images/companies/motiview.svg";
import PushpayLogoSvg from "../images/companies/pushpay.svg";
Expand Down Expand Up @@ -206,6 +207,11 @@ const IndexPage: FunctionComponent = () => {
<AutoguruLogoSvg />
</Link>
</Logo>
<Logo width={180}>
<Link to="https://carmmunity.io">
<CarmmunityLogoSvg />
</Link>
</Logo>
<Logo width={120}>
<Link to="https://gia.ch">
<GiaLogoSvg />
Expand All @@ -226,7 +232,7 @@ const IndexPage: FunctionComponent = () => {
<Seven2OneLogoSvg />
</Link>
</Logo>
<Logo width={100}>
<Logo width={110}>
<Link to="https://www.swisslife.ch">
<SwissLifeLogoSvg />
</Link>
Expand Down

0 comments on commit 59da40c

Please sign in to comment.