We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552ab40 commit 3385411Copy full SHA for 3385411
apps/webapp/app/routes/_app.orgs.new/route.tsx
@@ -188,9 +188,7 @@ export default function NewOrganizationPage() {
188
<Form method="post" {...form.props}>
189
<Fieldset>
190
<InputGroup>
191
- <Label htmlFor={orgName.id}>
192
- Organization name <span className="text-text-dimmed">*</span>
193
- </Label>
+ <Label htmlFor={orgName.id}>Organization name *</Label>
194
<Input
195
{...conform.input(orgName, { type: "text" })}
196
placeholder="Your Organization name"
0 commit comments