diff --git a/src/app/affiliation/page.tsx b/src/app/affiliation/page.tsx index 36d3300..82a66b0 100644 --- a/src/app/affiliation/page.tsx +++ b/src/app/affiliation/page.tsx @@ -53,7 +53,7 @@ const Page = () => {

Affiliations

-
+
{allAffiliations.map((affiliationShortName) => { const { name, short } = affiliations[affiliationShortName] return ( diff --git a/src/app/author/page.tsx b/src/app/author/page.tsx index 0144594..1f5aafc 100644 --- a/src/app/author/page.tsx +++ b/src/app/author/page.tsx @@ -74,7 +74,7 @@ const Page = () => {

Authors

-
+
{sortedAuthors.map((entry) => { return ( diff --git a/src/app/topic/page.tsx b/src/app/topic/page.tsx index 4b7dcc7..394b9c6 100644 --- a/src/app/topic/page.tsx +++ b/src/app/topic/page.tsx @@ -52,7 +52,7 @@ const Page = () => {

Topics

-
+
{sortedTopics.map((entry) => { return (