diff --git a/files/helpers/const.py b/files/helpers/const.py
index 237f7901b..b561d7b22 100644
--- a/files/helpers/const.py
+++ b/files/helpers/const.py
@@ -1520,7 +1520,7 @@ tiers={
has_sidebar = path.exists(f'files/templates/sidebar_{SITE_NAME}.html')
has_logo = path.exists(f'files/assets/images/{SITE_NAME}/logo.webp')
-has_app = path.exists(f'files/assets/app_{SITE_NAME}_v2.5.apk')
+has_app = path.exists(f'files/assets/app_{SITE_NAME}_v2.6.apk')
ONLINE_STR = f'{SITE}_online'
diff --git a/files/templates/header.html b/files/templates/header.html
index d6c5c9160..594088f51 100644
--- a/files/templates/header.html
+++ b/files/templates/header.html
@@ -245,7 +245,7 @@
{% if has_app -%}
- Android app
+ Android app
{%- endif %}
Changelog
@@ -312,7 +312,7 @@
{% endif %}
{% if has_app -%}
- Android app
+ Android app
{%- endif %}
Changelog