From a0cc3bb43098ba7018d44866c437f47259d052ff Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Thu, 1 Feb 2018 09:31:01 +1000 Subject: [PATCH] Add logo to --- src/components/Schema.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Schema.js b/src/components/Schema.js index d50c13a..90ad88d 100644 --- a/src/components/Schema.js +++ b/src/components/Schema.js @@ -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 (