Add note about svgs

This commit is contained in:
Gabe Kangas 2022-01-14 11:19:53 -08:00
parent 4b217e9549
commit 6e6c2eca14

View file

@ -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,