From a02246eea194b9713cd4b98ba454d2a9c2876dd6 Mon Sep 17 00:00:00 2001 From: Stephen Zweibel Date: Sun, 4 Aug 2024 18:31:36 -0400 Subject: [PATCH] refactor: Remove redundant code and improve form styles This commit refactors the form in the `wizard` page by removing redundant code and improving the form styles. The `InputLabel` component for the `Format` field is removed, as it is no longer necessary. Additionally, the form's overall styles are enhanced for better readability and visual appeal. These changes result in an improved user experience when interacting with the form. --- pages/wizard/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/wizard/index.js b/pages/wizard/index.js index d44425c..ef331c0 100644 --- a/pages/wizard/index.js +++ b/pages/wizard/index.js @@ -462,7 +462,6 @@ export default function Form(props) { const formatSection = ( <> - Format