Skip to content
Snippets Groups Projects
Commit 5e2a674d authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'conceptdoi' into 'master'

use doi instead of conceptdoi

See merge request astron-sdc/esap-gui!86
parents bc42d2cb b2e82a71
No related branches found
No related tags found
1 merge request!86use doi instead of conceptdoi
Pipeline #27141 passed
......@@ -21,7 +21,7 @@ export default function ZenodoResults({ catalog }) {
<br/>
<br/>
<h4><a href={hits.links.latest_html} target="_blank"> {hits.metadata.title.replaceAll(regex, '')} </a></h4>
<a href={hits.links.conceptdoi} target="_blank"> <img src={hits.links.badge} alt="DOI"/> </a>
<a href={hits.links.doi} target="_blank"> <img src={hits.links.badge} alt="DOI"/> </a>
<br/>
{hits.metadata.description.replaceAll(regex, '').substring(0,200)}...
</>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment