diff --git a/src/app/[locale]/sticker/[uid]/PageComponent.tsx b/src/app/[locale]/sticker/[uid]/PageComponent.tsx index ea3cf8a..f056291 100644 --- a/src/app/[locale]/sticker/[uid]/PageComponent.tsx +++ b/src/app/[locale]/sticker/[uid]/PageComponent.tsx @@ -210,6 +210,23 @@ const PageComponent = ({ + {/* Prompt display panel */} +
+
+
+
{commonText.prompt}
+

{workDetail.input_text}

+
+ { + workDetail?.revised_text && workDetail.revised_text !== workDetail.input_text ? ( +
+
{commonText.revised}
+

{workDetail.revised_text}

+
+ ) : null + } +
+

{detailText.h2Text}