diff --git a/configs/sponsors/contribkit.config.ts b/configs/sponsors/contribkit.config.ts index 49db84a3..f83cf31f 100644 --- a/configs/sponsors/contribkit.config.ts +++ b/configs/sponsors/contribkit.config.ts @@ -126,6 +126,20 @@ const specialSupporters = [ /> `, }, + { + name: 'Cloudsmith', + url: 'https://cloudsmith.com/', + logoUrl: 'https://assets.cloudsmith.media/icon/favicon.f6cc10f69392.svg', + svgContent: ` + + + `, + }, ]; diff --git a/tests/regression.test.ts b/tests/regression.test.ts index 16d0adac..82ce91e1 100644 --- a/tests/regression.test.ts +++ b/tests/regression.test.ts @@ -93,6 +93,12 @@ describe('Regression Tests', () => { expectedWidth: 248, expectedHeight: 248, }, + { + name: 'Cloudsmith', + svg: '', + expectedWidth: 33, + expectedHeight: 32, + }, ]; testCases.forEach(testCase => {