Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
imonaar committed Jan 20, 2024
1 parent 4484d55 commit 1497b64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/(views)/r/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,8 @@ export default function CreatePage() {
<p className='text-xs pb-2'>Community names including capitalization cannot be changed</p>
</FormLabel>
<FormControl>
<Input placeholder="shadcn" {...field} />
<Input placeholder="name" {...field} />
</FormControl>
<FormDescription>
This is your public display name.
</FormDescription>
<FormMessage />
</FormItem>
)}
Expand Down

0 comments on commit 1497b64

Please sign in to comment.