Skip to content

Commit

Permalink
ui(frontend): add placeholders to URL input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jul 26, 2024
1 parent 6c3087d commit c8b4135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Page () {
<FormItem>
<FormLabel>URL</FormLabel>
<FormControl>
<Input {...field} />
<Input {...field} placeholder='https://example.com/' />
</FormControl>
<FormMessage />
</FormItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Page () {
<FormItem>
<FormLabel>URL</FormLabel>
<FormControl>
<Input {...field} />
<Input {...field} placeholder='https://example.com/sitemap.xml' />
</FormControl>
<FormMessage />
</FormItem>
Expand Down

0 comments on commit c8b4135

Please sign in to comment.