From 64b41c4a5710034340301c36984d144be42e0bbe Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 7 Feb 2021 21:33:11 -0800 Subject: [PATCH] Update description to mention where the new logo is stored, data dir --- 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 bbca05014..54588e160 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -81,7 +81,7 @@ export const TEXTFIELD_PROPS_LOGO = { placeholder: '/img/mylogo.png', label: 'Logo', tip: - 'Path to your logo from website root. We recommend that you use a square image that is at least 256x256. (upload functionality coming soon)', + 'Name of your logo in the data directory. We recommend that you use a square image that is at least 256x256.', }; export const TEXTFIELD_PROPS_STREAM_KEY = { apiPath: API_STREAM_KEY,