Skip to content

Commit

Permalink
chore: add Rajneesh Maurya in Team
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes committed May 30, 2024
1 parent c82c774 commit 91564c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/maintainersData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const maintainersData = [
{ login: 'CBID2', name: 'Christine Belzie' },
{ login: 'Anmol-Baranwal', name: 'Anmol Baranwal' },
{ login: 'aftabrehan', name: 'Aftab Rehan' },
{ login: 'rajneesh-18', name: 'Rajneesh Maurya' },
]

export interface MaintainersDataInterface {
Expand Down Expand Up @@ -72,6 +73,19 @@ export const Maintainers: MaintainersDataInterface[] = [
thirdLink: 'https://twitter.com/aftabrehan_',
thirdTxt: 'Twitter',
},
{
name: 'Rajneesh Maurya',
avatarUrl: 'https://avatars.githubusercontent.com/u/112794051?v=4',
login: 'rajneesh-18',
designation: 'DevRel',
role: 'DevRel',
firstLink: 'https://rajneeshmaurya.bio.link/',
firstTxt: 'Website',
secondLink: 'https://github.com/rajneesh-18',
secondTxt: 'GitHub',
thirdLink: 'https://twitter.com/rajneeshstwt',
thirdTxt: 'Twitter',
},
]

export interface Contributor {
Expand Down
8 changes: 8 additions & 0 deletions pages/contributors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ const ContributorsPage: FC<{ contributors: Contributor[] }> = ({
'hover:bg-[#9655A0] hover:bg-opacity-5 dark:hover:bg-[#9655A0] dark:hover:bg-opacity-20 hover:text-[#E672F9]',
border: 'dark:border-[#9655A0] dark:border-opacity-20 border-[#9655A0]',
},
4: {
bg: 'bg-[#ff9933] bg-opacity-5 dark:bg-opacity-10 dark:bg-[#ff9933]',
text: 'text-[#ff9933]',
role: 'bg-[#ff9933] bg-opacity-10 dark:bg-[#ff9933] dark:bg-opacity-50 border dark:border-none border-[#ff9933] border-opacity-50',
hover:
'hover:bg-[#ff9933] hover:bg-opacity-5 dark:hover:bg-[#ff9933] dark:hover:bg-opacity-20 hover:text-[#E672F9]',
border: 'dark:border-[#ff9933] dark:border-opacity-20 border-[#ff9933]',
},
}

return themeColor[id][check]
Expand Down

0 comments on commit 91564c0

Please sign in to comment.