diff --git a/src/components/KeyBadge.tsx b/src/components/KeyBadge.tsx new file mode 100644 index 0000000..8b56e9b --- /dev/null +++ b/src/components/KeyBadge.tsx @@ -0,0 +1,5 @@ +import { PropsWithChildren } from 'react'; + +type Props = {} + +export const KeyBadge = ({children} : PropsWithChildren) => {children}; diff --git a/src/data/supporterList.ts b/src/data/supporterList.ts index 5377974..6326293 100644 --- a/src/data/supporterList.ts +++ b/src/data/supporterList.ts @@ -13,5 +13,9 @@ export const supporterList = [ { name: 'Andreas Lewitzki', link: 'https://www.youtube.com/@ro0otz' }, { name: 'veryVANYA', link: 'https://twitter.com/veryVANYA'}, { name: 'Nenad Kuzmanovic', link: '' }, - { name: 'Stash', link: ''} + { name: 'Stash', link: ''}, + { name: 'Sani', link: ''}, + { name: 'Lottery Discountz', link: ''}, + { name: 'Sinneys', link: ''}, + { name: 'Ronny Khalil', link: 'https://ronnykhalil.com/'}, ] \ No newline at end of file