Skip to content

Commit

Permalink
Link to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebus201 committed Mar 2, 2024
1 parent 78571f2 commit 46477cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/molecules/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ const Footer: React.FC = () => {
<FooterItem label={'Om TD'} path={'/about-us'} />
<FooterItem label={'For nye studenter'} path={'/new-student'} />
<FooterItem label={'Stillingsutlysninger'} path={'/jobs'} />
<FooterItem
label={'Bidra til utviklingen av nettsiden!'}
path={
'https://github.com/td-org-uit-no/tdctl-frontend/wiki/Getting-started'
}
isExternal
/>
</FooterList>
<FooterList header={`Kontakt`}>
<FooterItem
Expand Down

0 comments on commit 46477cc

Please sign in to comment.