diff --git a/src/components/Image/index.tsx b/src/components/Image/index.tsx index e8c9423..77cc26a 100644 --- a/src/components/Image/index.tsx +++ b/src/components/Image/index.tsx @@ -95,7 +95,7 @@ export default function Image({ return (
- {isLoading && } + {isLoading && } {!hasError ? ( { e.stopPropagation() window.open(url, '_blank') }} > - -
+ +
{hostname}
{title}
@@ -40,7 +40,7 @@ export default function WebPreview({ url, className }: { url: string; className? return (
{ e.stopPropagation() window.open(url, '_blank') @@ -49,7 +49,7 @@ export default function WebPreview({ url, className }: { url: string; className? {image && ( )}