mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Add "Download app" screen for too small screens, translate strings
# Please enter the commit message for your changes. Lines starting
This commit is contained in:
@@ -27,4 +27,6 @@ export const API_WS_BASE_URL = `${location.host || BASE_DOMAIN}/api`;
|
||||
* Application name displayed in UI and document title
|
||||
* @constant
|
||||
*/
|
||||
export const PRODUCT_NAME = "FromChat";
|
||||
export const PRODUCT_NAME = "FromChat";
|
||||
|
||||
export const MINIMUM_WIDTH = 800;
|
||||
Reference in New Issue
Block a user