From d03c01e3a96bdba99c1e82d45ebeb75cac2a4217 Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Thu, 15 May 2025 17:53:14 +0900 Subject: [PATCH] fix: replace img with next/image for optimized loading in MemberInformationPopup --- src/components/popup/MemberInformationPopup.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/popup/MemberInformationPopup.tsx b/src/components/popup/MemberInformationPopup.tsx index ff1f9fa..87a8829 100644 --- a/src/components/popup/MemberInformationPopup.tsx +++ b/src/components/popup/MemberInformationPopup.tsx @@ -3,6 +3,7 @@ import { useRouter } from 'next/navigation' import { usePopupController } from '@/store/popupController' import { useSessionStore } from '@/store/session' +import Image from 'next/image' export default function MemberInformationPopup() { const popupController = usePopupController() @@ -22,7 +23,7 @@ export default function MemberInformationPopup() {
- +
会員情報