From 8c0b64ceb78010464bfee6718c6998314807c7fb Mon Sep 17 00:00:00 2001 From: andsamfu Date: Tue, 24 Sep 2024 20:01:39 +0200 Subject: [PATCH 1/2] Add myself to contributors page --- frontend/src/Pages/ContributorsPage/ContributorsPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx index 5affaf8ee..0a14498e2 100644 --- a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx +++ b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx @@ -43,6 +43,8 @@ const CONTRIBUTORS: Contributor[] = [ { name: 'Erik Hoff', github: 'aTrueYety', from: 'H23' }, // V24 { name: 'Emil Solberg', github: 'emsoraffa', from: 'H24' }, + // H24 + { name: 'Anders Meyer Hegre', github: 'andsamfu', from: 'H24'}, ]; export function ContributorsPage() { From 6daddf664f14cd1a5b710177c92d0cdf65ce97b7 Mon Sep 17 00:00:00 2001 From: andsamfu Date: Tue, 24 Sep 2024 20:33:40 +0200 Subject: [PATCH 2/2] Update frontend/src/Pages/ContributorsPage/ContributorsPage.tsx Co-authored-by: Emil Solberg <86266961+emsoraffa@users.noreply.github.com> --- frontend/src/Pages/ContributorsPage/ContributorsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx index 0a14498e2..ea1f2e16d 100644 --- a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx +++ b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx @@ -42,7 +42,7 @@ const CONTRIBUTORS: Contributor[] = [ { name: 'Heidi Herfindal Rasmussen', github: 'hei98', from: 'H23' }, { name: 'Erik Hoff', github: 'aTrueYety', from: 'H23' }, // V24 - { name: 'Emil Solberg', github: 'emsoraffa', from: 'H24' }, + { name: 'Emil Solberg', github: 'emsoraffa', from: 'V24' }, // H24 { name: 'Anders Meyer Hegre', github: 'andsamfu', from: 'H24'}, ];