Skip to content

Commit f6dcbfe

Browse files
fix(sponsors): Remove 'Past Sponsors' tier from config (#41)
1 parent 59e35b0 commit f6dcbfe

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

configs/sponsors/contribkit.config.ts

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
import { BadgePreset, defineConfig, tierPresets } from '@lizardbyte/contribkit'
1+
import {
2+
defineConfig,
3+
tierPresets,
4+
} from '@lizardbyte/contribkit'
25

36
const createThemeAwareSvgStyle = (pathClass: string, lightColor: string = '#000000', darkColor: string = '#ffffff') => `
47
<style>
@@ -168,24 +171,8 @@ function extractSvgDimensions(svgContent: string): { width: number, height: numb
168171
return { width, height };
169172
}
170173

171-
const past: BadgePreset = {
172-
avatar: {
173-
size: 20,
174-
},
175-
boxWidth: 22,
176-
boxHeight: 22,
177-
container: {
178-
sidePadding: 35,
179-
},
180-
}
181-
182174
export default defineConfig({
183175
tiers: [
184-
{
185-
title: 'Past Sponsors',
186-
monthlyDollars: -1,
187-
preset: past,
188-
},
189176
{
190177
title: 'Backers',
191178
preset: tierPresets.small,

0 commit comments

Comments
 (0)