Skip to content

Commit 3385411

Browse files
committed
Remove some markup
1 parent 552ab40 commit 3385411

File tree

1 file changed

+1
-3
lines changed
  • apps/webapp/app/routes/_app.orgs.new

1 file changed

+1
-3
lines changed

apps/webapp/app/routes/_app.orgs.new/route.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ export default function NewOrganizationPage() {
188188
<Form method="post" {...form.props}>
189189
<Fieldset>
190190
<InputGroup>
191-
<Label htmlFor={orgName.id}>
192-
Organization name <span className="text-text-dimmed">*</span>
193-
</Label>
191+
<Label htmlFor={orgName.id}>Organization name *</Label>
194192
<Input
195193
{...conform.input(orgName, { type: "text" })}
196194
placeholder="Your Organization name"

0 commit comments

Comments
 (0)