Skip to content

Commit 3a82c36

Browse files
committed
Resolved merge conflicts
added new changes from develop branch manually into my branch so i can merge it back to develop
1 parent 7b0b781 commit 3a82c36

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

src/frontend/src/pages/CreditsPage/CreditsPage.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,23 @@ const CreditsPage: React.FC = () => {
105105
{ name: 'Sharon Yang', color: '#ed8a5f' },
106106
{ name: 'Hareg Aderie', color: '#34b46c' },
107107
{ name: 'Kevin Polackal', color: '#800080' },
108-
{ name: 'Raymond Tsai', color: '#66cdaa' }
108+
{ name: 'Raymond Tsai', color: '#66cdaa' },
109+
{ name: 'Aarav Shyamkumar', color: '#FF0000' },
110+
{ name: 'Kevin Polackal', color: '#800080' },
111+
{ name: 'Raghav Mathur', color: '#009933' },
112+
{ name: 'Anika Sharma', color: '#ff0000' },
113+
{
114+
name: 'Kaan Tural',
115+
color: 'transparent',
116+
sx: {
117+
background: 'linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(0,128,255,1) 100%)',
118+
'-webkit-background-clip': 'text',
119+
textShadow: '0 0 5px rgba(255,0,0,1), 0 0 10px rgba(0,128,255,1)'
120+
}
121+
},
122+
{ name: 'Kevin Polackal', color: '#800080' },
123+
{ name: 'Lily Shiomitsu', color: '#008080' },
124+
{ name: 'Kevin Yang', color: '#0000FF' }
109125
];
110126

111127
const snark = ['Add your name!', "Shouldn't you do it yourself?", 'Seriously', 'go', 'do', 'it'];

0 commit comments

Comments
 (0)