Skip to content

Commit 689b356

Browse files
committed
updating contributors
1 parent 26a93f8 commit 689b356

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

app/components/About/PastContributors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { useStylingContext } from './StylingContext';
33

44
const contributors = [
5-
'Snow', 'Taylor', 'Tim', 'Roberto', 'Nachiket', 'Tiffany', 'Bruno', 'Danny', 'Vince',
5+
'Haoyu', 'Eisha', 'Edwin', 'Tyler', 'Snow', 'Taylor', 'Tim', 'Roberto', 'Nachiket', 'Tiffany', 'Bruno', 'Danny', 'Vince',
66
'Matt', 'Derek', 'Kit', 'Grace', 'Jen', 'Patty', 'Stella', 'Michael', 'Ronelle', 'Todd',
77
'Greg', 'Brianna', 'Brian', 'Alon', 'Alan', 'Ousman', 'Ben', 'Chris', 'Jenae', 'Tim',
88
'Kirk', 'Jess', 'William', 'Alexander', 'Elisa', 'Josh', 'Troy', 'Gahl', 'Brisa', 'Kelsi',

app/components/About/TeamMembers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { useStylingContext } from './StylingContext';
33

4-
const names = ['Haoyu', 'Eisha', 'Edwin', 'Tyler'];
4+
const names = ['Mike', 'Stephen', 'Ted', 'Sofia'];
55

66
const TeamMembers: React.FC = () => {
77
const currentMode = useStylingContext();

app/components/Occupied/helpers/muiHelper.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11

22
import { makeStyles } from '@mui/styles';
3-
// import { BaseCSSProperties } from '@mui/system';
43

54
// Conditional Rendering of UI Modals for Light and Dark Mode
6-
// Theme, StyleProps
5+
// StyleProps
76

87
export const useStylesDark = makeStyles(theme => ({
98
// ALL CARDS

0 commit comments

Comments
 (0)