add changelog link to about dialog

This commit is contained in:
David Lechner
2021-06-08 14:52:44 -05:00
parent 38fc062214
commit 205937fdc3
7 changed files with 23 additions and 3 deletions
+4
View File
@@ -13,6 +13,10 @@ export const appName = process.env.REACT_APP_NAME || 'REACT_APP_NAME is undefine
export const appVersion =
process.env.REACT_APP_VERSION || 'REACT_APP_VERSION is undefined';
/** URL to Pybricks Code changelog. */
export const changelogUrl =
'https://github.com/pybricks/pybricks-code/blob/master/CHANGELOG.md';
/** URL to main Pybricks website. */
export const pybricksWebsiteUrl = 'https://pybricks.com';