From 4a53e715d52de11e0a05460b2fc7d49cd32cc25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20J=2E=20Cort=C3=A9s?= Date: Wed, 29 Mar 2023 15:38:16 -0600 Subject: [PATCH 1/2] fix(90): add logo component definition --- system.emulsify.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system.emulsify.json b/system.emulsify.json index e3c90787..f639941e 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -165,6 +165,11 @@ "structure": "molecules", "dependency": ["buttons"] }, + { + "name": "logo", + "structure": "molecules", + "dependency": ["links", "images"] + }, { "name": "menus", "structure": "molecules", From 1872858e8f5789d4449cda00e552f767d6424651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20J=2E=20Cort=C3=A9s?= Date: Wed, 29 Mar 2023 16:51:03 -0600 Subject: [PATCH 2/2] fix(90): add required option --- system.emulsify.json | 1 + 1 file changed, 1 insertion(+) diff --git a/system.emulsify.json b/system.emulsify.json index f639941e..f4212007 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -168,6 +168,7 @@ { "name": "logo", "structure": "molecules", + "required": true, "dependency": ["links", "images"] }, {