Skip to content

Commit

Permalink
Removing font adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hina Shah committed Aug 14, 2024
1 parent e556cef commit f8cc071
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={
<>
<font size="-1"><a href={study.c_link} target="_blank" rel="noopener noreferrer">{study.c_id}</a></font>: {study.c_name}
<a href={study.c_link} target="_blank" rel="noopener noreferrer">{study.c_id}</a>: {study.c_name}
</>
}
/>
Expand Down

0 comments on commit f8cc071

Please sign in to comment.