Skip to content

Commit

Permalink
Merge pull request #317 from helxplatform/fix/cde-vis
Browse files Browse the repository at this point in the history
STYLE: Study link should appear after title
  • Loading branch information
hina-shah authored Oct 15, 2024
2 parents d2f11b5 + 0134a85 commit a93b492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const RelatedStudiesList = ({relatedStudySource}) => {
size="small"
description={
<>
<a href={study.c_link} target="_blank" rel="noopener noreferrer">{study.c_id}</a>: {study.c_name}
{study.c_name} (<a href={study.c_link} target="_blank" rel="noopener noreferrer">{study.c_id}</a>)
</>
}
/>
Expand Down

0 comments on commit a93b492

Please sign in to comment.