From 1de147dda4d574aebb586226af582a6353ce4cc7 Mon Sep 17 00:00:00 2001 From: Hiroyuki Date: Mon, 17 Jun 2024 16:30:47 +0000 Subject: [PATCH] Update deploy now button style --- src/components/about-pages/pricing/pricing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about-pages/pricing/pricing.tsx b/src/components/about-pages/pricing/pricing.tsx index 076052fe..4aac1000 100644 --- a/src/components/about-pages/pricing/pricing.tsx +++ b/src/components/about-pages/pricing/pricing.tsx @@ -178,7 +178,7 @@ export function Pricing({ page, pathName, initialData }: any) { target="_blank" rel="noreferrer" href="https://deploy.cloudmos.io/" - className="cursor-pointer text-2xs font-bold md:text-sm bg-primary text-white hover:bg-darkGray" + className="flex items-center justify-center px-[11px] py-[7px] rounded-[4px] cursor-pointer text-2xs font-bold md:text-sm bg-primary text-white hover:bg-darkGray" > Deploy Now