diff --git a/src/component-library/components/Avatar/Avatar.tsx b/src/component-library/components/Avatar/Avatar.tsx index 7e54a11d..2e2820fc 100644 --- a/src/component-library/components/Avatar/Avatar.tsx +++ b/src/component-library/components/Avatar/Avatar.tsx @@ -1,5 +1,5 @@ import Blockies from "react-blockies"; -import xmtpIconUrl from '../../../images/xmtp-icon.png' +import xmtpIconUrl from "../../../images/xmtp-icon.png"; interface AvatarProps { /** @@ -49,6 +49,6 @@ export const Avatar = ({ url, isLoading, address }: AvatarProps) => { ); }; -export const Avatar_test = -export const AvatarWithAddress_test = -export const AvatarLoading_test = \ No newline at end of file +export const Avatar_test = ; +export const AvatarWithAddress_test = ; +export const AvatarLoading_test = ; diff --git a/src/component-library/components/Mobile/Mobile.tsx b/src/component-library/components/Mobile/Mobile.tsx index 8fb43c04..4ce9876d 100644 --- a/src/component-library/components/Mobile/Mobile.tsx +++ b/src/component-library/components/Mobile/Mobile.tsx @@ -1,4 +1,4 @@ -import xmtpIconUrl from '../../../images/xmtp-icon.png' +import xmtpIconUrl from "../../../images/xmtp-icon.png"; const LinkEle = ({ url, text }: { url: string; text: string }) => ( -
+
- xmtp-logo + xmtp-logo
{t("common.share_code")} diff --git a/src/testConfig.tsx b/src/testConfig.tsx index 744cc127..77f6fcb0 100644 --- a/src/testConfig.tsx +++ b/src/testConfig.tsx @@ -1 +1 @@ -import './globals.css' \ No newline at end of file +import "./globals.css";