Skip to content

Commit

Permalink
Add link to NFT page #83
Browse files Browse the repository at this point in the history
  • Loading branch information
wrap-that-potassium committed Jan 7, 2022
1 parent 31ea2f1 commit 31c687f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- New setup page #81
- Display warning about blockchain fees is (un)wrapping up to 100 BAN #87
- Blacklist known BAN wallets used by exchanges #80
- Add link to NFT page #83
- Add Discord & Telegram links #25
- Add a link to GitBook documentation #47
## Bugs
Expand Down
1 change: 1 addition & 0 deletions frontend/public/opensea.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions frontend/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
>
<q-tooltip>{{ activeAccount }}</q-tooltip>
</q-btn>
<q-btn flat round dense @click="openNftPage()">
<q-icon name="img:opensea.svg" />
<q-tooltip>wBAN NFTs</q-tooltip>
</q-btn>
<q-btn flat round dense icon="redeem" class="text-primary">
<q-menu id="donations">
<div class="row no-wrap q-pa-md">
Expand Down Expand Up @@ -276,6 +280,10 @@ export default class MainLayout extends Vue {
openGithub(version: string) {
openURL(`https://github.com/wBanano/wban-dApp/releases/tag/v${version}`)
}
openNftPage() {
router.push('/nft')
}
}
</script>

Expand Down

0 comments on commit 31c687f

Please sign in to comment.