Skip to content

Commit

Permalink
feat(nav): New menu item (#48)
Browse files Browse the repository at this point in the history
* feat(nav): New menu item

* chore: Rebase

Co-authored-by: RabbitDoge <72658581+RabbitDoge@users.noreply.github.com>
  • Loading branch information
hachiojidev and RabbitDoge committed Nov 13, 2020
1 parent 2facfeb commit af92b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/widgets/Nav/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ export default [
label: "Info",
href: "https://pancakeswap.info",
},
{
label: "IFO",
href: "/ifo",
},
];
2 changes: 1 addition & 1 deletion src/widgets/Nav/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Connected: React.FC = () => {
account="0xbdda50183d817c3289f895a4472eb475967dc980"
connectCallbacks={connectCallbacks}
logout={noop}
isDark
isDark={false}
toggleTheme={noop}
langs={langs}
setLang={noop}
Expand Down

0 comments on commit af92b47

Please sign in to comment.