Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/src/Pages/ContributorsPage/ContributorsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down