File tree Expand file tree Collapse file tree
src/ts/component/SearchResultItem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -340,6 +340,14 @@ export const SearchResultItem: React.FC<SearchResultItemProps> = ({ metadata })
340340 </ p >
341341 )
342342 }
343+ < div className = "hzn-search-result__shortname-version-doi d-flex mb-2 mt-1" >
344+ { shortnameVersion && ( shortnameVersion ) }
345+ {
346+ doi && (
347+ < a className = "hzn-search-result__doi-link" href = { doi . link } > { doi . text } </ a >
348+ )
349+ }
350+ </ div >
343351 </ Col >
344352 < Col lg = { 3 } >
345353 < Row >
@@ -349,14 +357,6 @@ export const SearchResultItem: React.FC<SearchResultItemProps> = ({ metadata })
349357 </ Row >
350358 </ Col >
351359 </ Row >
352- < div className = "hzn-search-result__shortname-version-doi d-flex mb-2 mt-1" >
353- { shortnameVersion && ( shortnameVersion ) }
354- {
355- doi && (
356- < a className = "hzn-search-result__doi-link" href = { doi . link } > { doi . text } </ a >
357- )
358- }
359- </ div >
360360 </ div >
361361 )
362362}
You can’t perform that action at this time.
0 commit comments