Commit 07e96f56 authored by tom's avatar tom

Quick search - move BENS results to the top

Fixes #2052
parent 110076d4
......@@ -34,7 +34,7 @@ if (config.features.dataAvailability.isEnabled) {
}
if (config.features.nameService.isEnabled) {
searchCategories.push({ id: 'domain', title: 'Names' });
searchCategories.unshift({ id: 'domain', title: 'Names' });
}
export const searchItemTitles: Record<Category, { itemTitle: string; itemTitleShort: string }> = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment