From b5a5c83b9a9bee1f05db7101977e9ca8b6973bdc Mon Sep 17 00:00:00 2001 From: Vin Lim Date: Mon, 15 Apr 2024 10:53:40 +0800 Subject: [PATCH] Fix incorrect component imported --- src/app/pages/rpc-get-xpub/components/get-xpub.layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/pages/rpc-get-xpub/components/get-xpub.layout.tsx b/src/app/pages/rpc-get-xpub/components/get-xpub.layout.tsx index aeeb6a798ed..b2329960aa7 100644 --- a/src/app/pages/rpc-get-xpub/components/get-xpub.layout.tsx +++ b/src/app/pages/rpc-get-xpub/components/get-xpub.layout.tsx @@ -2,8 +2,8 @@ import { Box, Flex, styled } from 'leather-styles/jsx'; import { RequesterFlag } from '@app/components/requester-flag'; import { Button } from '@app/ui/components/button/button'; -import { LeatherIcon } from '@app/ui/components/icons/leather-icon'; -import { LeatherLIcon } from '@app/ui/components/icons/leather-l-icon'; +import { LettermarkIcon } from '@app/ui/icons'; +import { LogomarkIcon } from '@app/ui/icons/logomark-icon'; interface GetXpubLayoutProps { requester: string; @@ -23,7 +23,7 @@ export function GetXpubLayout(props: GetXpubLayoutProps) { gap="space.06" > - + Connect your account to @@ -31,7 +31,7 @@ export function GetXpubLayout(props: GetXpubLayoutProps) {