Skip to content

Commit

Permalink
update info links
Browse files Browse the repository at this point in the history
  • Loading branch information
GooseAdmin committed Feb 17, 2021
1 parent 99f298f commit b9c3124
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/components/Menu/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ const config: MenuEntry[] = [
icon: 'InfoIcon',
items: [
{
label: 'Overview',
href: 'https://pancakeswap.info'
label: 'PancakeSwap',
href: 'https://pancakeswap.info/token/0xF952Fc3ca7325Cc27D15885d37117676d25BfdA6',
},
{
label: 'Tokens',
href: 'https://pancakeswap.info/tokens'
label: 'CoinGecko',
href: 'https://www.coingecko.com/en/coins/goose-finance',
},
{
label: 'Pairs',
href: 'https://pancakeswap.info/pairs'
label: 'CoinMarketCap',
href: 'https://coinmarketcap.com/currencies/goose-finance/',
},
{
label: 'Accounts',
href: 'https://pancakeswap.info/accounts'
}
label: 'AstroTools',
href: 'https://app.astrotools.io/pancake-pair-explorer/0x19e7cbecdd23a16dfa5573df54d98f7caae03019',
},
]
},
{
Expand Down
1 change: 1 addition & 0 deletions src/components/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const Menu: React.FC = props => {
return (
<UikitMenu
links={links}
priceLink="https://www.coingecko.com/en/coins/goose-finance"
account={account as string}
login={(connectorId: ConnectorId) => {
if (connectorId === 'walletconnect') {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@

"@pancakeswap-libs/uikit@goosedefi/goose-uikit#releases":
version "0.10.2"
resolved "https://codeload.github.com/goosedefi/goose-uikit/tar.gz/11a1d11bd313110c535b5b40222dbcf4095b595e"
resolved "https://codeload.github.com/goosedefi/goose-uikit/tar.gz/bdb70ab2b843e7cbfde76103852cfa3435a4be1b"
dependencies:
"@types/lodash" "^4.14.162"
"@types/styled-system" "^5.1.10"
Expand Down

0 comments on commit b9c3124

Please sign in to comment.