Skip to content

Commit

Permalink
Merge pull request #254 from hiroyukikumazawa/issues/253
Browse files Browse the repository at this point in the history
Update deploy now button style
  • Loading branch information
Hooman Digital authored Jun 21, 2024
2 parents c28e8a0 + 1de147d commit f036fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/about-pages/pricing/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</a>
Expand Down

0 comments on commit f036fa9

Please sign in to comment.