diff --git a/components/Dashboard/ReviewForm.tsx b/components/Dashboard/ReviewForm.tsx index 0cb318a0..5220d1e1 100644 --- a/components/Dashboard/ReviewForm.tsx +++ b/components/Dashboard/ReviewForm.tsx @@ -71,11 +71,11 @@ const ReviewForm: React.FC = (props) => { background: `linear-gradient(to top right, ${primaryColor}, ${bgColor})`, }} /> -
+
{/* Design */} {currentStepId === 'WELCOME_PAGE' && (
-
+
Powered by Review
@@ -143,7 +143,6 @@ const ReviewForm: React.FC = (props) => { className="mt-4 resize-none" rows={7} required - />