Skip to content

Commit

Permalink
👭 Provide team information field description
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed Mar 22, 2024
1 parent bd36582 commit 756152b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ import { Button } from "@/components/ui/button";
import {
Form,
FormControl,
FormDescription,
FormField,
FormFooter,
FormItem,
FormLabel,
FormMessages,
} from "@/components/ui/form";
import { Textarea } from "@/components/ui/textarea";
import { ArrowIcon } from "@/components/icons/arrowIcon";
Expand Down Expand Up @@ -80,6 +82,16 @@ export function TeamInformation() {
<FormControl>
<Textarea {...field} placeholder="Tell us about your team" />
</FormControl>
<FormMessages>
<FormDescription>
<p>Tell us about your team.</p>
<ul className="list-disc pl-4">
<li>Humanize your company</li>
<li>Increase transparency</li>
<li>Emphasize your organization’s strengths</li>
</ul>
</FormDescription>
</FormMessages>
</FormItem>
)}
/>
Expand Down

0 comments on commit 756152b

Please sign in to comment.