From 2af43ac0624cc4c9560c3ade73ab1865a07b8e95 Mon Sep 17 00:00:00 2001 From: Robin Fernandes Date: Mon, 4 Sep 2023 13:07:19 +1000 Subject: [PATCH] Add missing file & update supporters. --- src/components/KeyBadge.tsx | 5 +++++ src/data/supporterList.ts | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/components/KeyBadge.tsx 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