From 72ad5b3a21fdb156fb0644db65433649914c209b Mon Sep 17 00:00:00 2001 From: Oleg Yakovenko Date: Tue, 9 Jul 2024 17:05:14 +0300 Subject: [PATCH] added player config --- src/pages/root/steps/data-step/index.tsx | 16 ++++++++++------ src/pages/root/steps/presubmit-step/index.tsx | 15 +++++++++------ src/pages/view-content/index.tsx | 14 +++++++------- 3 files changed, 26 insertions(+), 19 deletions(-) diff --git a/src/pages/root/steps/data-step/index.tsx b/src/pages/root/steps/data-step/index.tsx index ab14327..07d44c0 100644 --- a/src/pages/root/steps/data-step/index.tsx +++ b/src/pages/root/steps/data-step/index.tsx @@ -105,12 +105,16 @@ export const DataStep = ({ nextStep }: DataStepProps) => { "w-full border border-white bg-[#2B2B2B] px-[10px] py-[8px] text-sm" } > - + + + + )} diff --git a/src/pages/root/steps/presubmit-step/index.tsx b/src/pages/root/steps/presubmit-step/index.tsx index cad985d..7f7ea9e 100644 --- a/src/pages/root/steps/presubmit-step/index.tsx +++ b/src/pages/root/steps/presubmit-step/index.tsx @@ -154,12 +154,15 @@ export const PresubmitStep = ({ prevStep }: PresubmitStepProps) => { "w-full border border-white bg-[#2B2B2B] px-[10px] py-[8px] text-sm" } > - + + + )} diff --git a/src/pages/view-content/index.tsx b/src/pages/view-content/index.tsx index 9ef5fe2..166feb2 100644 --- a/src/pages/view-content/index.tsx +++ b/src/pages/view-content/index.tsx @@ -66,13 +66,13 @@ export const ViewContentPage = () => { )} - +