mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
use env for app name
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
export const tooltipDelay = 1000;
|
||||
|
||||
/** Official name of the app. */
|
||||
export const appName = 'Pybricks Code';
|
||||
export const appName = process.env.REACT_APP_NAME || 'REACT_APP_NAME is undefined';
|
||||
|
||||
/** URL to main Pybricks website. */
|
||||
export const pybricksWebsiteUrl = 'https://pybricks.com';
|
||||
|
||||
Reference in New Issue
Block a user