File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ import AWSLogo from '../public/images/companies/aws.svg';
40
40
import PhilipsLogo from '../public/images/companies/philips.svg' ;
41
41
import AdobeLogo from '../public/images/companies/adobe.svg' ;
42
42
import ForbesLogo from '../public/images/companies/forbes.svg' ;
43
+ import MetaLogo from '../public/images/companies/meta.svg' ;
44
+ import BlockLogo from '../public/images/companies/block.svg' ;
43
45
44
46
import styles from './index.module.css' ;
45
47
@@ -107,6 +109,11 @@ const kotlinFoundationCompanies = [
107
109
logo : GoogleLogo ,
108
110
link : 'https://about.google/'
109
111
} ,
112
+ {
113
+ name : 'Meta' ,
114
+ logo : MetaLogo ,
115
+ link : 'https://www.meta.com/'
116
+ } ,
110
117
{
111
118
name : 'Gradle' ,
112
119
logo : GradleLogo ,
@@ -127,7 +134,11 @@ const kotlinFoundationCompanies = [
127
134
logo : KotzillaLogo ,
128
135
link : 'https://kotzilla.io/'
129
136
} ,
130
-
137
+ {
138
+ name : 'Block' ,
139
+ logo : BlockLogo ,
140
+ link : 'https://block.xyz/'
141
+ } ,
131
142
] ;
132
143
133
144
export async function getStaticProps ( ) {
You can’t perform that action at this time.
0 commit comments