Skip to content

Commit

Permalink
Add TODO for #1108
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 25, 2024
1 parent f329992 commit a7e7f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/DatasetCitations/AuthorDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const AuthorDetails: FC<Props> = ({
return <h1 className='flex text-base'>{displayText}</h1>;
};

// TODO: #1108 make dynamic text-${fontsize} class static as required by tailwindcss

const renderPartialDetails = () => (
<div className='flex flex-col items-center justify-center'>
<AccountCircleIcon fontSize={fontSize} />
Expand Down

0 comments on commit a7e7f45

Please sign in to comment.