This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import Testimonials from '../components/index/Testimonials'
9
9
import GetStarted from '../components/index/GetStarted'
10
10
import MoreInfo from '../components/MoreInfo'
11
11
// import Gatsby from '../resources/gatsby.svg'
12
+ import GitLab from '../resources/gitlab-logo.svg'
12
13
import FreeCodeCamp from '../resources/freecodecamp.svg'
13
14
import DWaveLogo from '../resources/dwave.svg'
14
15
import GoogleLogo from '../resources/google.svg'
15
- import MozillaLogo from '../resources/mozilla.svg'
16
16
import OpenAILogo from '../resources/openai.svg'
17
17
import SauceLabsLogo from '../resources/sauce-labs.svg'
18
18
import FacebookLogo from '../resources/facebook.svg'
@@ -33,6 +33,12 @@ const IndexPage: React.SFC<{}> = () => (
33
33
34
34
< TrustedBy
35
35
brands = { [
36
+ {
37
+ alt : 'GitLab' ,
38
+ url : 'https://about.gitlab.com/' ,
39
+ svg : GitLab ,
40
+ className : 'grey-logo'
41
+ } ,
36
42
{
37
43
alt : 'freeCodeCamp' ,
38
44
url : 'https://www.freecodecamp.org/' ,
@@ -53,12 +59,6 @@ const IndexPage: React.SFC<{}> = () => (
53
59
transform : 'scale(0.9)' ,
54
60
className : 'grey-logo'
55
61
} ,
56
- {
57
- alt : 'Mozilla' ,
58
- url : 'https://www.mozilla.org/' ,
59
- svg : MozillaLogo ,
60
- className : 'grey-logo'
61
- } ,
62
62
{
63
63
alt : 'Amazon' ,
64
64
url : 'https://www.aboutamazon.com' ,
You can’t perform that action at this time.
0 commit comments