diff --git a/public/index.html b/public/index.html index 1457b1e..55b861e 100644 --- a/public/index.html +++ b/public/index.html @@ -29,4 +29,19 @@
+ + diff --git a/src/Components/SideMenu/index.js b/src/Components/SideMenu/index.js index ebe3cc3..c2795c3 100644 --- a/src/Components/SideMenu/index.js +++ b/src/Components/SideMenu/index.js @@ -182,6 +182,10 @@ export function SideMenuContent({ }} > + + {isDevelopmentEnv() && ( +

DEV

+ )}