diff --git a/packages/console/app/src/routes/enterprise/index.tsx b/packages/console/app/src/routes/enterprise/index.tsx index a3e2da99..9599ad38 100644 --- a/packages/console/app/src/routes/enterprise/index.tsx +++ b/packages/console/app/src/routes/enterprise/index.tsx @@ -81,33 +81,40 @@ export default function Enterprise() { - The OpenCode team have been super helpful and responsive to - our needs. + Thanks to OpenCode, we found a way to create software to track all our assets — even the imaginary ones.
- - - - - - - - - - - - + + + + + + + + + +
@@ -123,7 +130,7 @@ export default function Enterprise() { type="text" required value={formData().name} - onInput={handleInputChange("name")} + onInput={handleInputChange('name')} placeholder="Jeff Bezos" /> @@ -135,7 +142,7 @@ export default function Enterprise() { type="text" required value={formData().role} - onInput={handleInputChange("role")} + onInput={handleInputChange('role')} placeholder="Executive Chairman" /> @@ -147,7 +154,7 @@ export default function Enterprise() { type="email" required value={formData().email} - onInput={handleInputChange("email")} + onInput={handleInputChange('email')} placeholder="jeff@amazon.com" /> @@ -160,14 +167,14 @@ export default function Enterprise() { required rows={5} value={formData().message} - onInput={handleInputChange("message")} - placeholder="We need help with" + onInput={handleInputChange('message')} + placeholder="We need help with..." />