Skip to content

Commit 548c29c

Browse files
chore(junie): kotlinlang Foundation section old logo
changes from the task: #KTL-1679
1 parent 625336b commit 548c29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import GradleLogo from '../public/images/companies/gradle.svg';
3131
import UberLogo from '../public/images/companies/uber.svg';
3232
import AtlassianLogo from '../public/images/companies/atlassian.svg';
3333
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.svg';
3535
import TouchlabLogo from '../public/images/companies/touchlab.svg';
3636
import KotzillaLogo from '../public/images/companies/kotzilla-logo.svg'
3737

@@ -99,7 +99,7 @@ const kotlinUsageHighlightsCases = [
9999
const kotlinFoundationCompanies = [
100100
{
101101
name: 'JetBrains',
102-
logo: JetbrainsLogoSquare,
102+
logo: JetbrainsLogo,
103103
link: 'https://www.jetbrains.com/'
104104
},
105105
{

0 commit comments

Comments
 (0)