Add logo to <Schema />
This commit is contained in:
parent
2c52850d63
commit
a0cc3bb430
1 changed files with 3 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ const Schema = ({
|
|||
email,
|
||||
phone: telephone,
|
||||
url,
|
||||
logoUrl,
|
||||
logoUrl: logo,
|
||||
type,
|
||||
openingHours
|
||||
}) => {
|
||||
|
|
@ -24,7 +24,8 @@ const Schema = ({
|
|||
email,
|
||||
telephone,
|
||||
url,
|
||||
openingHours
|
||||
openingHours,
|
||||
logo
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue