From 46d759d34df2c54db3e91d299af865f2635fbfea Mon Sep 17 00:00:00 2001 From: James P Date: Thu, 19 Dec 2024 17:26:42 -0500 Subject: [PATCH] fix: Removes the secondary search (#2768) * Remove second search Removes second search * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- apps/dashboard/app/(app)/apis/page.tsx | 41 ++++++++------------------ 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/apps/dashboard/app/(app)/apis/page.tsx b/apps/dashboard/app/(app)/apis/page.tsx index d3ccf44c4..7aaaf7413 100644 --- a/apps/dashboard/app/(app)/apis/page.tsx +++ b/apps/dashboard/app/(app)/apis/page.tsx @@ -5,7 +5,6 @@ import { PageContent } from "@/components/page-content"; import { getTenantId } from "@/lib/auth"; import { and, db, eq, isNull, schema, sql } from "@/lib/db"; import { Nodes } from "@unkey/icons"; -import { Search } from "lucide-react"; import Link from "next/link"; import { redirect } from "next/navigation"; import { ApiList } from "./client"; @@ -54,33 +53,19 @@ export default async function ApisOverviewPage() { {unpaid ? ( -
-
-
- - -
- -
-
-

- Upgrade your plan -

-

- Team workspaces is a paid feature. Please switch to a paid plan to continue using - it. -

- - Subscribe - -
+
+

+ Upgrade your plan +

+

+ Team workspaces is a paid feature. Please switch to a paid plan to continue using it. +

+ + Subscribe +
) : (