Skip to content

Commit 4f5560c

Browse files
author
Ives van Hoorne
committed
Add docs icon to header
1 parent c587e0d commit 4f5560c

File tree

1 file changed

+8
-0
lines changed
  • packages/app/src/app/pages/common/Navigation

1 file changed

+8
-0
lines changed

packages/app/src/app/pages/common/Navigation/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { patronUrl, dashboardUrl } from 'common/utils/url-generator';
55

66
import PlusIcon from 'react-icons/lib/go/plus';
77
import BellIcon from 'react-icons/lib/md/notifications';
8+
import BookIcon from 'react-icons/lib/md/library-books';
89
import Row from 'common/components/flex/Row';
910
import Tooltip from 'common/components/Tooltip';
1011
import PatronBadge from '-!svg-react-loader!common/utils/badges/svg/patron-4.svg'; // eslint-disable-line import/no-webpack-loader-syntax
@@ -41,6 +42,13 @@ function Navigation({ signals, store, title }) {
4142
<Action>
4243
<HeaderSearchBar />
4344
</Action>
45+
<Action>
46+
<Tooltip position="bottom" title="Documentation">
47+
<a style={{ color: 'white' }} href="/docs">
48+
<BookIcon height={35} />
49+
</a>
50+
</Tooltip>
51+
</Action>
4452
{!isPatron && (
4553
<Action>
4654
<Tooltip position="bottom" title="Support CodeSandbox">

0 commit comments

Comments
 (0)