@@ -43,7 +38,6 @@
import { defineComponent } from '@vue/composition-api';
import { PageHeader, PageBody } from '@nimiq/vue-components';
import { ValidatorData } from '../../stores/Staking';
-import { ENABLED_FEATURES as ENABLED } from '../widgets/DevBar.vue';
import StakingHeroIcon from '../icons/Staking/StakingHeroIcon.vue';
const progression = (i:number, n:number) => {
@@ -61,7 +55,6 @@ export default defineComponent({
(validator: ValidatorData) => validator.icon,
);
return {
- ENABLED,
progression,
orderOfValidators: sortedSequence.reverse().concat(
sortedSequence.filter((item, index) => (index > 0)),
@@ -132,10 +125,7 @@ export default defineComponent({
white-space: nowrap;
width: 95%;
margin: auto;
- &.necklace {
- top: -3.5rem;
- left: -2.5rem;
- }
+
img {
position: relative;
width: 5.375rem;
diff --git a/src/components/stake/partials/StakeButtonPartial.vue b/src/components/stake/partials/StakeButtonPartial.vue
index 0788a403a..f2834532d 100644
--- a/src/components/stake/partials/StakeButtonPartial.vue
+++ b/src/components/stake/partials/StakeButtonPartial.vue
@@ -8,7 +8,6 @@