From 39105f5a8b609ec8ff7772ca1883e6d6a0a81b62 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:40:37 +0900 Subject: デザインを変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BlockQuote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/BlockQuote.js') diff --git a/src/components/BlockQuote.js b/src/components/BlockQuote.js index 3a198a15..18eac100 100644 --- a/src/components/BlockQuote.js +++ b/src/components/BlockQuote.js @@ -6,8 +6,8 @@ import { Icon } from '@iconify/react'; // Import the entire Iconify library. export default function BlockQuote({children, refs, href}) { return (
+
{refs}
{children} -
); } \ No newline at end of file -- cgit v1.2.3-54-g00ecf