Skip to content

Commit d380654

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 20b0073 + a939d4f commit d380654

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@egjs/react-flicking": "^4.12.0",
99
"@sentry/react": "^9.14.0",
1010
"@sentry/tracing": "^7.120.3",
11-
"@types/node": "^22.13.1",
11+
"@types/node": "^22.15.3",
1212
"@types/react": "^18.3.5",
1313
"@types/react-dom": "^18.3.0",
1414
"add-to-calendar-button-react": "^2.8.1",
49.6 KB
Loading

src/views/Home/components/Sponsors/SponsorsData.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export const sponsors: Sponsors = {
6262
image: "images/sponsors/kube-career.png",
6363
website: "https://kube.careers/",
6464
},
65+
{
66+
name: "CIO Insights",
67+
website: "https://www.cioinsights.com/",
68+
image: "images/sponsors/cio-insights.png",
69+
},
6570
],
6671
supporters: [],
6772
};

0 commit comments

Comments
 (0)