Skip to content

Commit

Permalink
Revert "web/storagenode: add banner with info on storagenode payout c…
Browse files Browse the repository at this point in the history
…hanges"

This warning served us very well, but we don't need it any more.

This reverts commit 80fc7e9.

Change-Id: I02bd3c9fd1c446a5821de494f307c0b0607886a8
  • Loading branch information
elek authored and Storj Robot committed Mar 18, 2024
1 parent 1a4c922 commit 4bc324f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
45 changes: 0 additions & 45 deletions web/storagenode/src/app/components/SNOContentFilling.vue
Expand Up @@ -4,23 +4,6 @@
<template>
<div class="info-area">
<SatelliteSelection />
<div class="info-area__announcement">
<LargeInfoIcon
class="info-area__announcement__image"
alt="Announcement image"
/>
<p class="info-area__announcement__info">
Please read the information on the
<a
class="info-area__announcement__info__link"
href="https://www.storj.io/s/storage-node-pricing-update-2023"
rel="noopener noreferrer"
target="_blank"
>
forum
</a> regarding the Storage Node payout changes.
</p>
</div>
<div v-if="isDisqualifiedInfoShown" class="info-area__disqualified-info">
<LargeDisqualificationIcon
class="info-area__disqualified-info__image"
Expand Down Expand Up @@ -198,7 +181,6 @@ import WalletArea from '@/app/components/WalletArea.vue';
import LargeSuspensionIcon from '@/../static/images/largeSuspend.svg';
import LargeDisqualificationIcon from '@/../static/images/largeDisqualify.svg';
import LargeInfoIcon from '@/../static/images/LargeInfo.svg';
import BlueArrowRight from '@/../static/images/BlueArrowRight.svg';
// @vue/component
Expand All @@ -217,7 +199,6 @@ import BlueArrowRight from '@/../static/images/BlueArrowRight.svg';
LargeDisqualificationIcon,
LargeSuspensionIcon,
BlueArrowRight,
LargeInfoIcon,
},
})
export default class SNOContentFilling extends Vue {
Expand Down Expand Up @@ -506,32 +487,6 @@ export default class SNOContentFilling extends Vue {
}
}
&__announcement {
display: flex;
align-items: center;
padding: 20px 27px 20px 25px;
background-color: var(--block-background-color);
border-radius: 12px;
width: calc(100% - 52px);
margin-top: 17px;
color: var(--regular-text-color);
&__image {
min-height: 35px;
min-width: 38px;
margin-right: 17px;
}
&__info {
font-size: 14px;
line-height: 21px;
&__link {
color: var(--navigation-link-color);
}
}
}
&__title {
font-size: 18px;
line-height: 57px;
Expand Down
5 changes: 0 additions & 5 deletions web/storagenode/static/images/LargeInfo.svg

This file was deleted.

0 comments on commit 4bc324f

Please sign in to comment.