From 1104866a76d56647de3b531e93de18d052d23509 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 14 Feb 2024 12:42:04 -0800 Subject: [PATCH] fixed everything! --- src/app/author/[author]/AuthorDisplay.tsx | 6 +++++- src/app/components/News.tsx | 17 ++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) 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