From 9cbe173bf6702c80eb28b91ea19ab56f5fd22363 Mon Sep 17 00:00:00 2001 From: Javan Otieno Date: Thu, 30 May 2024 20:38:21 +0300 Subject: [PATCH] refactor(app): move position of the comment form --- src/app/dashboard/innovation/[id]/page.tsx | 55 +++++++++++----------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/src/app/dashboard/innovation/[id]/page.tsx b/src/app/dashboard/innovation/[id]/page.tsx index aa2cee6..7c597f4 100644 --- a/src/app/dashboard/innovation/[id]/page.tsx +++ b/src/app/dashboard/innovation/[id]/page.tsx @@ -249,6 +249,34 @@ const InnovationDetailPage = ({ params }: InnovationDetailPageProps) => { <> )} + +
+
+ + ( + + Comment + +