From 983d62ab6fb5c133350fe24cc2f23e95e9d3fb7d Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Tue, 28 Oct 2025 12:36:04 -0400 Subject: [PATCH] tweak discover button styles --- app/(home-pages)/discover/SortedPublicationList.tsx | 7 +------ app/(home-pages)/discover/page.tsx | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/(home-pages)/discover/SortedPublicationList.tsx b/app/(home-pages)/discover/SortedPublicationList.tsx index 9641f29f..dee6e495 100644 --- a/app/(home-pages)/discover/SortedPublicationList.tsx +++ b/app/(home-pages)/discover/SortedPublicationList.tsx @@ -81,12 +81,7 @@ const SortButton = (props: {
diff --git a/app/(home-pages)/discover/page.tsx b/app/(home-pages)/discover/page.tsx index 9db03e03..a2650338 100644 --- a/app/(home-pages)/discover/page.tsx +++ b/app/(home-pages)/discover/page.tsx @@ -34,7 +34,6 @@ export default async function Discover(props: { searchParams: Promise<{ [key: string]: string | string[] | undefined }>; }) { let order = ((await props.searchParams).order as string) || "recentlyUpdated"; - let publications = await getPublications(); return (