Skip to content

Commit 0bb097a

Browse files
authored
Add myself to the list of contributors for H25 (#1959)
1 parent 7191723 commit 0bb097a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/Pages/ContributorsPage/ContributorsPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ const CONTRIBUTORS: Contributor[] = [
5050
// V25
5151
{ name: 'Eilif Hjermann Lindblad', github: 'eilifhl', from: 'V25' },
5252
{ name: 'Sondre Erichsen', github: 'Erichseen', from: 'V25' },
53+
// H25
54+
{ name: 'Sten Oskar Halse', github: 'StenOskar', from: 'H25' },
5355
];
5456

5557
export function ContributorsPage() {

0 commit comments

Comments
 (0)