diff --git a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx index 3dbaeb49a..666b3ce1b 100644 --- a/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx +++ b/frontend/src/Pages/ContributorsPage/ContributorsPage.tsx @@ -54,6 +54,8 @@ const CONTRIBUTORS: Contributor[] = [ // H25 { name: 'Sten Oskar Halse', github: 'StenOskar', from: 'H25' }, { name: 'Tor Madsen', github: 'madt2', from: 'H25' }, + // V26 + { name: 'Brage Sebastian Brevik', github: 'BragonSB', from: 'V26'}, ]; // @formatter:on