Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Removed Bancor Wallet from Bancor Menu and Sidebar #1473

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/components/layout/BancorMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@
<span class="ml-3">Bancor X</span>
</div>
</b-dropdown-item>
<b-dropdown-item @click="openUrl('https://wallet.bancor.network/')">
<div class="d-flex align-items-center">
<img
height="16"
width="16"
:src="require(`@/assets/media/icons/bancor.svg`)"
/>
<span class="ml-3">Bancor Wallet</span>
</div>
</b-dropdown-item>
</b-dropdown-group>
<b-dropdown-divider v-if="false"></b-dropdown-divider>
<b-dropdown-group id="dropdown-group-3">
Expand Down
8 changes: 0 additions & 8 deletions src/components/layout/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,6 @@ export default class SideBar extends BaseComponent {
hideMobile: true,
icon: "bancorx.svg"
},
{
route: "https://wallet.bancor.network/",
key: "wallet",
label: "Bancor Wallet",
newTab: true,
hideMobile: true,
icon: "bancor.svg"
},
{
route: "https://www.bntee.shop/",
key: "bntee",
Expand Down