Skip to content

Commit

Permalink
Removed more v4 migration banners
Browse files Browse the repository at this point in the history
  • Loading branch information
ikem-legend committed May 21, 2024
1 parent 28de2dc commit f912f99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions src/modules/account/components/AccountDetails/WelcomeView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { PrimaryButton } from 'src/theme/buttons';
import stylesPrimaryButton from '@theme/buttons/css/primaryButton.css';
import routes from 'src/routes/routes';
import stylesSecondary from '@theme/buttons/css/secondaryButton.css';
import InfoBanner from '@common/components/infoBanner/infoBanner';
import { INFO_BANNERS } from '@common/constants';
import styles from './WelcomeView.css';

function AccountUniqueValueProposition({ className, valueProposition, bulletPointNr }) {
Expand Down Expand Up @@ -47,18 +45,6 @@ export default function WelcomeView() {

return (
<div className={styles.wrapper}>
<InfoBanner
t={t}
show
name="walletPageBanner"
className={styles.bannerWrapper}
infoLabel={INFO_BANNERS.liskMigration.infoLabel(t)}
infoMessage={INFO_BANNERS.liskMigration.infoMessage(t)}
infoDescription={INFO_BANNERS.liskMigration.infoDescription(t)}
illustrationName={INFO_BANNERS.liskMigration.illustrationName}
infoLink={INFO_BANNERS.liskMigration.infoLink}
infoLinkText={INFO_BANNERS.liskMigration.infoLinkText}
/>
<section className={styles.welcomeView}>
<header className={styles.welcomeHeader}>
<div className={styles.logoContainer}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const ValidatorsMonitor = ({ watchList }) => {
<Box>
<SwippableInfoBanner
className={styles.swippableBanner}
banners={[INFO_BANNERS.liskMigration, INFO_BANNERS.proofOfStake]}
banners={[INFO_BANNERS.proofOfStake]}
name="validatorsPageBanner"
/>
<BoxHeader className={`${styles.validatorPageWrapper}`}>
Expand Down

0 comments on commit f912f99

Please sign in to comment.