diff --git a/web/app/templates/auth/_breadcrumbs.html.j2 b/web/app/templates/auth/_breadcrumbs.html.j2
index 1d26cb5d..45eaca6f 100644
--- a/web/app/templates/auth/_breadcrumbs.html.j2
+++ b/web/app/templates/auth/_breadcrumbs.html.j2
@@ -1,5 +1,5 @@
- - nopaque
+ - home
- navigate_next
{% if request.path == url_for('.login') %}
- {{ title }}
diff --git a/web/app/templates/corpora/_breadcrumbs.html.j2 b/web/app/templates/corpora/_breadcrumbs.html.j2
index 1487efb1..04a72018 100644
--- a/web/app/templates/corpora/_breadcrumbs.html.j2
+++ b/web/app/templates/corpora/_breadcrumbs.html.j2
@@ -1,5 +1,5 @@
- - nopaque
+ - home
- navigate_next
- My corpora
- navigate_next
diff --git a/web/app/templates/jobs/_breadcrumbs.html.j2 b/web/app/templates/jobs/_breadcrumbs.html.j2
index dabad5b5..42fcd3b7 100644
--- a/web/app/templates/jobs/_breadcrumbs.html.j2
+++ b/web/app/templates/jobs/_breadcrumbs.html.j2
@@ -1,5 +1,5 @@
- - nopaque
+ - home
- navigate_next
- My jobs
- navigate_next
diff --git a/web/app/templates/main/_breadcrumbs.html.j2 b/web/app/templates/main/_breadcrumbs.html.j2
index f3c4f98c..df01dda3 100644
--- a/web/app/templates/main/_breadcrumbs.html.j2
+++ b/web/app/templates/main/_breadcrumbs.html.j2
@@ -1,5 +1,5 @@
- - nopaque
+ - home
{% if not (request.path == url_for('.index')) %}
- navigate_next
{% endif %}
diff --git a/web/app/templates/services/_breadcrumbs.html.j2 b/web/app/templates/services/_breadcrumbs.html.j2
index 8b84a596..01cbbf4c 100644
--- a/web/app/templates/services/_breadcrumbs.html.j2
+++ b/web/app/templates/services/_breadcrumbs.html.j2
@@ -1,5 +1,5 @@
- - nopaque
+ - home
- navigate_next
- Processes & Services
- navigate_next
diff --git a/web/app/templates/settings/_breadcrumbs.html.j2 b/web/app/templates/settings/_breadcrumbs.html.j2
index a0d061b8..ddcc4d83 100644
--- a/web/app/templates/settings/_breadcrumbs.html.j2
+++ b/web/app/templates/settings/_breadcrumbs.html.j2
@@ -1,5 +1,5 @@