diff --git a/packages/widget/src/components/PoweredBy/PoweredBy.tsx b/packages/widget/src/components/PoweredBy/PoweredBy.tsx index 85627ced4..b5a694bd7 100644 --- a/packages/widget/src/components/PoweredBy/PoweredBy.tsx +++ b/packages/widget/src/components/PoweredBy/PoweredBy.tsx @@ -4,7 +4,6 @@ import { version } from '../../config/version'; import { useWidgetConfig } from '../../providers'; import { HiddenUI } from '../../types'; import { navigationRoutes } from '../../utils'; -import { LiFiLogo } from '../LiFiLogo'; import { Link } from './PoweredBy.style'; export const PoweredBy: React.FC = () => { @@ -19,7 +18,8 @@ export const PoweredBy: React.FC = () => { return ( { }} > {!hiddenUI?.includes(HiddenUI.PoweredBy) ? ( - + - + Powered by - + + LI.FI + ) : null}