Browse Source

Add note about svgs

pull/1886/head
Gabe Kangas 4 years ago
parent
commit
6e6c2eca14
  1. 2
      web/utils/config-constants.tsx

2
web/utils/config-constants.tsx

@ -98,7 +98,7 @@ export const TEXTFIELD_PROPS_LOGO = { @@ -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,

Loading…
Cancel
Save