From 614f23411ac6070c573f372dbb822b2f9771c192 Mon Sep 17 00:00:00 2001 From: Clement Mwimo Date: Fri, 21 Aug 2026 15:46:34 -0600 Subject: [PATCH] feat: migrate @kyper/icon/link and @kyper/icon/infoFilled --- src/views/disclosure/Interstitial.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/disclosure/Interstitial.js b/src/views/disclosure/Interstitial.js index 45d56d539d..a1f6e63e4e 100644 --- a/src/views/disclosure/Interstitial.js +++ b/src/views/disclosure/Interstitial.js @@ -2,10 +2,7 @@ import React, { Fragment, useState, useImperativeHandle } from 'react' import { useSelector } from 'react-redux' import PropTypes from 'prop-types' -import { useTokens } from '@kyper/tokenprovider' import { Icon, Text } from '@mxenabled/mxui' -import { Link as LinkIcon } from '@kyper/icon/Link' -import { InfoOutline } from '@kyper/icon/InfoOutline' import { Link, Stack } from '@mui/material' import { PageviewInfo } from 'src/const/Analytics' @@ -33,7 +30,6 @@ export const VIEWS = { export const DisclosureInterstitial = React.forwardRef((props, interstitialNavRef) => { const { handleGoBack, scrollToTop } = props useAnalyticsPath(...PageviewInfo.CONNECT_DISCLOSURE) - const tokens = useTokens() const getNextDelay = getDelay() const institution = useSelector(getSelectedInstitution) const appName = useSelector((state) => state.profiles.client.oauth_app_name || null) @@ -101,7 +97,7 @@ export const DisclosureInterstitial = React.forwardRef((props, interstitialNavRe - + - +