From 8fc83a4372b2f516ff251e1378cc9e9a5152cfbe Mon Sep 17 00:00:00 2001 From: aidencao Date: Tue, 12 Dec 2023 18:55:20 +0800 Subject: [PATCH] feat(dcellar-web-ui): fix image not found --- apps/dcellar-web-ui/src/modules/share/ShareError.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/dcellar-web-ui/src/modules/share/ShareError.tsx b/apps/dcellar-web-ui/src/modules/share/ShareError.tsx index 1569fcfb..e8f9c071 100644 --- a/apps/dcellar-web-ui/src/modules/share/ShareError.tsx +++ b/apps/dcellar-web-ui/src/modules/share/ShareError.tsx @@ -1,8 +1,9 @@ import styled from '@emotion/styled'; -import { Image, Heading, Text } from '@totejs/uikit'; +import { Heading, Text } from '@totejs/uikit'; import { DCButton } from '@/components/common/DCButton'; import Link from 'next/link'; import React, { memo } from 'react'; +import { IconFont } from '@/components/IconFont'; export const SHARE_ERROR_TYPES = { NO_QUOTA: { @@ -39,7 +40,7 @@ export const ShareError = memo<{ type: ShareErrorType }>(function ShareError({ t return ( - Object not found + {errorData.title}