File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import GradleLogo from '../public/images/companies/gradle.svg';
31
31
import UberLogo from '../public/images/companies/uber.svg' ;
32
32
import AtlassianLogo from '../public/images/companies/atlassian.svg' ;
33
33
import GoogleLogo from '../public/images/companies/google.svg' ;
34
- import JetbrainsLogoSquare from '../public/images/companies/ jetbrains-logo-square .svg' ;
34
+ import JetbrainsLogo from '../assets/ jetbrains-logo-dark .svg' ;
35
35
import TouchlabLogo from '../public/images/companies/touchlab.svg' ;
36
36
import KotzillaLogo from '../public/images/companies/kotzilla-logo.svg'
37
37
@@ -99,7 +99,7 @@ const kotlinUsageHighlightsCases = [
99
99
const kotlinFoundationCompanies = [
100
100
{
101
101
name : 'JetBrains' ,
102
- logo : JetbrainsLogoSquare ,
102
+ logo : JetbrainsLogo ,
103
103
link : 'https://www.jetbrains.com/'
104
104
} ,
105
105
{
You can’t perform that action at this time.
0 commit comments