Skip to content

Commit

Permalink
move type & nomenclature to right column, below stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Beecher Baker committed Oct 10, 2024
1 parent cc5a91d commit 6099f01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/otus/constants/layouts/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ export const DEFAULT_OVERVIEW_LAYOUT = {
[
'panel:gallery',
'panel:specimens',
'panel:type',
'panel:type-specimen',
'panel:nomenclature',
'panel:nomenclature-references'
],
[
'panel:map',
'panel:descendants',
'panel:content',
'panel:statistics'
'panel:statistics',
'panel:type',
'panel:type-specimen',
'panel:nomenclature',
'panel:nomenclature-references',
]
]
]
Expand Down

0 comments on commit 6099f01

Please sign in to comment.