Skip to content

Commit

Permalink
Merge pull request #16 from TIHLDE/newMemberAmount
Browse files Browse the repository at this point in the history
changed member amount
  • Loading branch information
antontveito authored Sep 25, 2024
2 parents 7547be3 + 4443572 commit cb70169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/views/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const About: React.FunctionComponent = () => (
</Typography>
<Typography variant='h2'>Sammensetning</Typography>
<Typography variant='body1' component='div'>
Fondet har totalt 9 medlemmer og består av:
Fondet har totalt 10 medlemmer og består av:
<ul>
<li>1 Fondsforvalter</li>
<li>1 fra De Eldstes Raad</li>
<li>7 Ordinære medlemmer</li>
<li>8 Ordinære medlemmer</li>
</ul>
</Typography>
<Typography variant='h3'>Forvalter</Typography>
Expand Down

0 comments on commit cb70169

Please sign in to comment.