From 50b5241812e5eec7e573ea7974e55cc0d90270f3 Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Wed, 23 Apr 2025 22:03:29 -0700 Subject: [PATCH] Remove version number from page titles Updated titles in base.html, blocks.html, dashboard.html, notifications.html, and workers.html to eliminate the version number "v 0.3", creating a more concise and uniform appearance across the application. --- templates/base.html | 2 +- templates/blocks.html | 2 +- templates/dashboard.html | 2 +- templates/notifications.html | 2 +- templates/workers.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index d7ce2a3..877639e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}BTC-OS MINING DASHBOARD v 0.3{% endblock %} + {% block title %}BTC-OS MINING DASHBOARD {% endblock %} diff --git a/templates/blocks.html b/templates/blocks.html index 172e861..dd25832 100644 --- a/templates/blocks.html +++ b/templates/blocks.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}BLOCKS - BTC-OS MINING DASHBOARD v 0.3{% endblock %} +{% block title %}BLOCKS - BTC-OS MINING DASHBOARD {% endblock %} {% block css %} diff --git a/templates/dashboard.html b/templates/dashboard.html index 59b65aa..9fb9830 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}BTC-OS Mining Dashboard v 0.3{% endblock %} +{% block title %}BTC-OS Mining Dashboard {% endblock %} {% block css %} diff --git a/templates/notifications.html b/templates/notifications.html index 09eef29..3f43535 100644 --- a/templates/notifications.html +++ b/templates/notifications.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}NOTIFICATIONS - BTC-OS MINING DASHBOARD v 0.3{% endblock %} +{% block title %}NOTIFICATIONS - BTC-OS MINING DASHBOARD {% endblock %} {% block css %} diff --git a/templates/workers.html b/templates/workers.html index b8406e4..101581a 100644 --- a/templates/workers.html +++ b/templates/workers.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}WORKERS - BTC-OS MINING DASHBOARD v 0.3{% endblock %} +{% block title %}WORKERS - BTC-OS MINING DASHBOARD {% endblock %} {% block css %}