From 51be7c9cdda6c4ffa95f32c3b7dbff89d9ba7061 Mon Sep 17 00:00:00 2001 From: carrick Date: Fri, 29 Dec 2023 17:39:54 +0900 Subject: [PATCH] fix: add target --- src/components/post/PostCustomBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/post/PostCustomBanner.tsx b/src/components/post/PostCustomBanner.tsx index 7f6bf636..d16b32ec 100644 --- a/src/components/post/PostCustomBanner.tsx +++ b/src/components/post/PostCustomBanner.tsx @@ -16,7 +16,7 @@ const onClick = () => { const PostCustomBanner: React.FC = ({ image, url }) => { return ( - + post-custom-banner