Commit 1764e0b2 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #2069 from blockscout/tom2drum/issue-2052

Quick search - move BENS results to the top
parents 70062463 07e96f56
......@@ -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