Skip to content

Commit

Permalink
* Add github icon to icomoon (#128)
Browse files Browse the repository at this point in the history
* Add github link to main navigation
  • Loading branch information
MateuszRomek committed Jan 15, 2021
1 parent 50b3fa3 commit e955c2c
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/MainNavigation/MainNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ const links = [
label: 'Discord',
openInNewTab: true,
},
{
href: 'https://github.com/typeofweb/polskifrontend',
icon: 'github',
label: 'Github',
openInNewTab: true,
},
];

export const MainNavigation = () => (
Expand Down
1 change: 1 addition & 0 deletions icomoon-v1.0/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icomoon-v1.0/fonts/icomoon.ttf
Binary file not shown.
Binary file modified icomoon-v1.0/fonts/icomoon.woff
Binary file not shown.
23 changes: 23 additions & 0 deletions icomoon-v1.0/selection.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions icomoon-v1.0/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e955c2c

Please sign in to comment.