diff --git a/src/app/author/[author]/AuthorDisplay.tsx b/src/app/author/[author]/AuthorDisplay.tsx index a95aeef..47ccd78 100644 --- a/src/app/author/[author]/AuthorDisplay.tsx +++ b/src/app/author/[author]/AuthorDisplay.tsx @@ -174,13 +174,17 @@ export default function AuthorDisplay({ ))} +
+
{authorsDocuments.length > 0 && ( <>

Published documents

{authorsDocuments.map((d) => ( - + + + ))} )} diff --git a/src/app/components/News.tsx b/src/app/components/News.tsx index 4d0f083..fab92f0 100644 --- a/src/app/components/News.tsx +++ b/src/app/components/News.tsx @@ -6,12 +6,23 @@ const inter = Inter({ weight: '400', subsets: ['latin'] }) export default function News() { return ( -
-
eeXiv News
+
+
+ eeXiv News +
Stay up to date with what is happening at eeXiv.
-
Latest news
+
+ Latest news +
  • eeXiv 2.1 has been released! Documents are now statically generated