diff --git a/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html b/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html
index 3217c95..38a8fd3 100644
--- a/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html
+++ b/upsonic_on_prem/dash/app/templates/libraries/control_element_header.html
@@ -38,8 +38,8 @@
- {% yc_demo as yc_demo %}
- {% if not yc_demo %}
+ {% yc_mode as yc_mode %}
+ {% if not yc_mode %}
Home
diff --git a/upsonic_on_prem/dash/app/templates/libraries/control_library.html b/upsonic_on_prem/dash/app/templates/libraries/control_library.html
index 8894631..9c64372 100644
--- a/upsonic_on_prem/dash/app/templates/libraries/control_library.html
+++ b/upsonic_on_prem/dash/app/templates/libraries/control_library.html
@@ -59,8 +59,8 @@
- {% yc_demo as yc_demo %}
- {% if not yc_demo %}
+ {% yc_mode as yc_mode %}
+ {% if not yc_mode %}
@@ -70,8 +70,8 @@
{% else %}
- {% yc_demo as yc_demo %}
- {% if not yc_demo %}
+ {% yc_mode as yc_mode %}
+ {% if not yc_mode %}
{% endif %}
diff --git a/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html b/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html
index 625e159..3fc42cc 100644
--- a/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html
+++ b/upsonic_on_prem/dash/app/templates/libraries/control_library_header.html
@@ -30,8 +30,8 @@
- {% yc_demo as yc_demo %}
- {% if not yc_demo %}
+ {% yc_mode as yc_mode %}
+ {% if not yc_mode %}
home