We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724ec93 commit 79298a7Copy full SHA for 79298a7
application/blueprints/main/views.py
@@ -61,7 +61,7 @@ def index_json():
61
def support():
62
breadcrumbs = {
63
"items": [
64
- {"text": "MHCLG Datasets", "href": url_for("main.index")},
+ {"text": "Datasets", "href": url_for("main.index")},
65
{"text": "Support"},
66
]
67
}
0 commit comments