Skip to content

Commit

Permalink
chore: change placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Sep 6, 2023
1 parent 0eb91ce commit e6f1dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/components/NavBar/GroupMenuBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const GroupMenuBody = ({
<FormControl isRequired isInvalid={!!errors.url}>
<FormLabel>Destination</FormLabel>
<Input
placeholder="This subtitle appears above the title"
placeholder="/permalink"
id={`link-${index}-url`}
value={url}
onChange={onChange}
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/components/NavBar/PageMenuBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const PageMenuBody = ({ title, url, index, errors }: PagesBodyProps) => {
<FormControl isRequired isInvalid={!!errors.url}>
<FormLabel>Destination</FormLabel>
<Input
placeholder="This subtitle appears above the title"
placeholder="/permalink"
id={`link-${index}-url`}
value={url}
onChange={onChange}
Expand Down

0 comments on commit e6f1dec

Please sign in to comment.