diff --git a/src/app/affiliation/[shortName]/page.tsx b/src/app/affiliation/[shortName]/page.tsx index 290a7c4..cdf2f84 100644 --- a/src/app/affiliation/[shortName]/page.tsx +++ b/src/app/affiliation/[shortName]/page.tsx @@ -36,10 +36,10 @@ export default function Page({ return (
-
+
profile picture
diff --git a/src/app/author/[author]/AuthorDisplay.tsx b/src/app/author/[author]/AuthorDisplay.tsx index 969d340..6a6acf8 100644 --- a/src/app/author/[author]/AuthorDisplay.tsx +++ b/src/app/author/[author]/AuthorDisplay.tsx @@ -41,7 +41,7 @@ export default function AuthorDisplay({ {affiliations[a.split('@')[1]].name} ))} @@ -110,7 +110,7 @@ export default function AuthorDisplay({
{`${demonym} {demonym} diff --git a/src/app/components/MobileMenu.tsx b/src/app/components/MobileMenu.tsx index 92bec14..652756c 100644 --- a/src/app/components/MobileMenu.tsx +++ b/src/app/components/MobileMenu.tsx @@ -38,7 +38,9 @@ export default function MobileMenu() { > -
+
diff --git a/src/app/components/News.tsx b/src/app/components/News.tsx index 916a9b8..b44ce7b 100644 --- a/src/app/components/News.tsx +++ b/src/app/components/News.tsx @@ -2,10 +2,10 @@ import Link from 'next/link' export default function News() { return ( -
- eeXiv News +
+ eeXiv News
- + Stay up to date with what is happening at eeXiv.
diff --git a/src/app/document/view/[slug]/DocumentViewer.tsx b/src/app/document/view/[slug]/DocumentViewer.tsx index 0c2f273..ada6f48 100644 --- a/src/app/document/view/[slug]/DocumentViewer.tsx +++ b/src/app/document/view/[slug]/DocumentViewer.tsx @@ -52,7 +52,7 @@ export default function DocumentViewer({ slug }: Readonly<{ slug: string }>) {

- + Revision {latest}
diff --git a/src/app/globals.css b/src/app/globals.css index 5b36aec..f1ec6f8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -21,11 +21,11 @@ a:hover { } .button-default { - @apply bg-blue-600 text-slate-100 hover:bg-blue-400 font-semibold rounded py-2 px-4 my-2; + @apply bg-blue-600 text-slate-100 hover:bg-blue-400 font-semibold rounded py-2 px-4 my-2 shadow-sm shadow-slate-500; } .badge-base { - @apply px-3 py-1.5 rounded inline-block w-fit mr-2 my-1 text-slate-50 border-2; + @apply px-3 py-1.5 rounded inline-block w-fit mr-2 my-1 text-slate-50 border-2 shadow-sm shadow-slate-500; } .badge-draft { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 490a118..d3d30fd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -56,7 +56,9 @@ export default function RootLayout({

-
+

diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index e1d0890..7a6d62b 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -41,8 +41,9 @@ const SearchResult = ({ return (

{title}