From 811388dd2e1cc52438d0d2a6273b1aa00616150b Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 30 Jul 2025 22:40:50 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Image/index.tsx | 2 +- src/components/Note/Poll.tsx | 4 ++-- src/components/WebPreview/index.tsx | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/Image/index.tsx b/src/components/Image/index.tsx index e8c9423b..77cc26aa 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 && ( )}