Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 0780db5

Browse files
committed
add GitLab logo & remove Mozilla logo.
Fixes gitpod-io/website#764
1 parent 14fc620 commit 0780db5

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/pages/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import Testimonials from '../components/index/Testimonials'
99
import GetStarted from '../components/index/GetStarted'
1010
import MoreInfo from '../components/MoreInfo'
1111
// import Gatsby from '../resources/gatsby.svg'
12+
import GitLab from '../resources/gitlab-logo.svg'
1213
import FreeCodeCamp from '../resources/freecodecamp.svg'
1314
import DWaveLogo from '../resources/dwave.svg'
1415
import GoogleLogo from '../resources/google.svg'
15-
import MozillaLogo from '../resources/mozilla.svg'
1616
import OpenAILogo from '../resources/openai.svg'
1717
import SauceLabsLogo from '../resources/sauce-labs.svg'
1818
import FacebookLogo from '../resources/facebook.svg'
@@ -33,6 +33,12 @@ const IndexPage: React.SFC<{}> = () => (
3333

3434
<TrustedBy
3535
brands={[
36+
{
37+
alt: 'GitLab',
38+
url: 'https://about.gitlab.com/',
39+
svg: GitLab,
40+
className: 'grey-logo'
41+
},
3642
{
3743
alt: 'freeCodeCamp',
3844
url: 'https://www.freecodecamp.org/',
@@ -53,12 +59,6 @@ const IndexPage: React.SFC<{}> = () => (
5359
transform: 'scale(0.9)',
5460
className: 'grey-logo'
5561
},
56-
{
57-
alt: 'Mozilla',
58-
url: 'https://www.mozilla.org/',
59-
svg: MozillaLogo,
60-
className: 'grey-logo'
61-
},
6262
{
6363
alt: 'Amazon',
6464
url: 'https://www.aboutamazon.com',

src/resources/gitlab-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)