From 6e6c2eca14b5818c7e425007748f48e15ce8533e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 14 Jan 2022 11:19:53 -0800 Subject: [PATCH] Add note about svgs --- web/utils/config-constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 100335d14..8ddcd1814 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -98,7 +98,7 @@ export const TEXTFIELD_PROPS_LOGO = { maxLength: 255, placeholder: '/img/mylogo.png', label: 'Logo', - tip: 'Upload your logo if you have one. We recommend that you use a square image that is at least 256x256.', + tip: 'Upload your logo if you have one. We recommend that you use a square image that is at least 256x256. SVGs are discouraged as they cannot be displayed on all social media platforms.', }; export const TEXTFIELD_PROPS_STREAM_KEY = { apiPath: API_STREAM_KEY,