diff --git a/src/app/author/[author]/AuthorDisplay.tsx b/src/app/author/[author]/AuthorDisplay.tsx index 722876b..eada955 100644 --- a/src/app/author/[author]/AuthorDisplay.tsx +++ b/src/app/author/[author]/AuthorDisplay.tsx @@ -27,7 +27,7 @@ const MainAuthorPosition = ({ author }: { author: Author }) => { {website ? (
Visit {name.nickname ? name.nickname : name.first} at:{' '} - + {website}
diff --git a/src/app/components/DataDisplay.tsx b/src/app/components/DataDisplay.tsx index 742ff4a..923c685 100644 --- a/src/app/components/DataDisplay.tsx +++ b/src/app/components/DataDisplay.tsx @@ -103,7 +103,7 @@ const ReviewerDisplay = ({ r }: Readonly<{ r: reviewer }>) => { } if (r.url) { return ( - + {r.first} {r.last} ) diff --git a/src/app/document/view/[slug]/DocumentViewer.tsx b/src/app/document/view/[slug]/DocumentViewer.tsx index 7293786..1ca957d 100644 --- a/src/app/document/view/[slug]/DocumentViewer.tsx +++ b/src/app/document/view/[slug]/DocumentViewer.tsx @@ -93,7 +93,11 @@ const DocumentViewer = ({ slug }: Readonly<{ slug: string }>) => { {doi && (

DOI: - + {doi}