We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fb8f3 commit cf503b6Copy full SHA for cf503b6
src/lib/elements/contrib/invenioRDM/records/AffiliationsSuggestions.js
@@ -30,7 +30,8 @@ export const makeIdEntry = (identifier) => {
30
default:
31
return (
32
<>
33
- {identifier.scheme}: {identifier.identifier}
+ <span className="name-identifier-scheme">{identifier.scheme}:</span>{" "}
34
+ <span className="name-identifier">{identifier.identifier} </span>
35
</>
36
);
37
}
0 commit comments