diff --git a/src/widgets/WidgetStatic.js b/src/widgets/WidgetStatic.js index 0845b1c..fed6a14 100644 --- a/src/widgets/WidgetStatic.js +++ b/src/widgets/WidgetStatic.js @@ -25,6 +25,11 @@ export const DashboardInfo = () => { Current Build: {metadata.buildMajor}.{metadata.buildMinor}.{metadata.buildRevision} {metadata.buildTag} + {['DEV', 'ALPHA', 'BETA'].includes(metadata.buildTag) && ( + + Warning: This is a {metadata.buildTag} build. Some features may not be stable. Build may contain bugs and bumps + + )} );