Skip to content

Commit 79298a7

Browse files
committed
no need for mhclg in breadcrumbs
1 parent 724ec93 commit 79298a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/blueprints/main/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def index_json():
6161
def support():
6262
breadcrumbs = {
6363
"items": [
64-
{"text": "MHCLG Datasets", "href": url_for("main.index")},
64+
{"text": "Datasets", "href": url_for("main.index")},
6565
{"text": "Support"},
6666
]
6767
}

0 commit comments

Comments
 (0)