diff --git a/client/components/Sidebar.vue b/client/components/Sidebar.vue index e1e7ff20..742c2d33 100644 --- a/client/components/Sidebar.vue +++ b/client/components/Sidebar.vue @@ -12,6 +12,18 @@ class="logo-inverted" alt="The Lounge" /> + DEVELOPER @@ -66,6 +78,11 @@ export default { props: { overlay: HTMLElement, }, + data() { + return { + isDevelopment: process.env.NODE_ENV !== "production", + }; + }, mounted() { this.touchStartPos = null; this.touchCurPos = null;