File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change 1- import { BadgePreset , defineConfig , tierPresets } from '@lizardbyte/contribkit'
1+ import {
2+ defineConfig ,
3+ tierPresets ,
4+ } from '@lizardbyte/contribkit'
25
36const 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-
182174export default defineConfig ( {
183175 tiers : [
184- {
185- title : 'Past Sponsors' ,
186- monthlyDollars : - 1 ,
187- preset : past ,
188- } ,
189176 {
190177 title : 'Backers' ,
191178 preset : tierPresets . small ,
You can’t perform that action at this time.
0 commit comments