diff --git a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx index 6625804d2..ec7e17772 100644 --- a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx +++ b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx @@ -50,6 +50,8 @@ const CONTRIBUTORS: Contributor[] = [ // V25 { name: 'Eilif Hjermann Lindblad', github: 'eilifhl', from: 'V25' }, { name: 'Sondre Erichsen', github: 'Erichseen', from: 'V25' }, + // H25 + { name: 'Sten Oskar Halse', github: 'StenOskar', from: 'H25' }, ]; export function ContributorsPage() {