Skip to content

Commit

Permalink
fix issue 231 adding fagkomite to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
eika123 committed Nov 7, 2023
1 parent 6313886 commit 804d38b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/pages/aboutTD/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@ const TDcommittees: React.FC = () => {
</Link>
</p>
</Committe>
<Committe name="Fagkomité">
<p>
{' '}
Fagkomiteen jobber med faglige arrangementer. Du kan være med å
arrangere IoTD for å lære mer om elektronikk og mikrokontrollere,
3D-printing osv. eller bli med å arrangere faglige workshops,
TD-talks, programmeringseventer og annen faglig aktivitet du ønsker å
bidra til. Er dette noe som høres spennende ut? Ta kontakt med{' '}
<Link href="mailto:[email protected]" color="blue.400">
fagansvarlig.
</Link>
</p>
</Committe>
</Flex>
);
};
Expand Down

0 comments on commit 804d38b

Please sign in to comment.