Skip to content

Commit

Permalink
Add missing file & update supporters.
Browse files Browse the repository at this point in the history
  • Loading branch information
rewbs committed Sep 4, 2023
1 parent 65812d9 commit 2af43ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/KeyBadge.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { PropsWithChildren } from 'react';

type Props = {}

export const KeyBadge = ({children} : PropsWithChildren<Props>) => <code className='key-badge'>{children}</code>;
6 changes: 5 additions & 1 deletion src/data/supporterList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'},
]

0 comments on commit 2af43ac

Please sign in to comment.