Skip to content

Commit

Permalink
Merge pull request #798 from hypersign-protocol/issues/792_new
Browse files Browse the repository at this point in the history
Fluctuation while selecting network and currency
  • Loading branch information
Pratap2018 authored Jan 19, 2022
2 parents 30c82c5 + 96b9c5f commit 75f87bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:menu="isSubscribed? menu : unsubsSubscribedMenu" v-if="showNavbar">
<span slot="header" style="background:#363740">
<div class="ml-1 mt-3 mb-2" style="padding-left:1px; text-align:center; margin-right: 2.25rem !important;" >
<img :src="require('./assets/logo.png')" alt="logo" width="150px" />
<a href="/admin/dashboard"><img :src="require('./assets/logo.png')" alt="logo" width="150px" /></a>
</div>
<!-- <p class="header-text">{{ $config.app.name }}</p> -->
<hr class="rule" />
Expand Down
1 change: 0 additions & 1 deletion src/components/admin/selectPlanSlider/SelectPlanSlide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ export default {
setDiscount (__arg) {
if(__arg){
if (__arg=='HID') {
this.selectedNetwork='';
this.options.network=[ { text: "Ethereum", value: 'ETH', disabled: false },
{ text: "Polygon", value: 'MATIC', disabled: false },
{ text: "Harmony (Coming Soon..)", value: 'ONE', disabled: true },
Expand Down

0 comments on commit 75f87bf

Please sign in to comment.