Skip to content

Commit

Permalink
add link to code of conduct
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gurylev committed Sep 5, 2019
1 parent cfc0cfa commit 26b1f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/footer/footer.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export const Footer: FC<FooterProps> = memo(({className}) => {
<MenuItemStyled href={'#speakers'}>Спикеры</MenuItemStyled>
<MenuItemStyled href={'#schedule'}>Расписание</MenuItemStyled>
<MenuItemStyled href={'#partners'}>Партнеры</MenuItemStyled>
<MenuItemStyled href={'https://github.com/piterjs/documents/tree/master/code-of-conduct'}>Нормы поведения</MenuItemStyled>
</MenuStyled>
<SocialsStyled>
{piterjs.socials.map(social => (
Expand Down

0 comments on commit 26b1f14

Please sign in to comment.