Skip to content

Commit 548fc92

Browse files
committed
#1381 Added my name to credits
1 parent fb2774d commit 548fc92

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DATABASE_URL="postgresql://postgres:docker@localhost:5432/nerpm?schema=public"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ const CreditsPage: React.FC = () => {
102102
{ name: 'Waasif Mahmood', color: '#114a13' },
103103
{ name: 'Matthew Wang', color: '#c657f2' },
104104
{ name: 'Sharon Yang', color: '#ed8a5f' },
105-
{ name: 'Kevin Polackal', color: '#800080' }
105+
{ name: 'Kevin Polackal', color: '#800080' },
106+
{ name: 'Ha Nguyen', color: '#ff9812' }
106107
];
107108

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

0 commit comments

Comments
 (0)