mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
update pricing page copy (#6003)
This commit is contained in:
parent
386b3cd9ed
commit
7cb5dd27d5
1 changed files with 1 additions and 4 deletions
|
|
@ -4,10 +4,7 @@ export function PlanComparison({ className }: { className?: string }) {
|
|||
return (
|
||||
<section className={cn('bg-green-1000 rounded-3xl p-24 text-center', className)}>
|
||||
<Heading as="h2" size="md" className="flex items-center justify-center gap-4 text-white">
|
||||
Want to compare plans?
|
||||
<em className="text-green-1000 rounded-2xl bg-gradient-to-r from-[#C1D3D7] to-blue-500 px-3 py-2 not-italic">
|
||||
No need.
|
||||
</em>
|
||||
All Plans Include Every Feature
|
||||
</Heading>
|
||||
|
||||
<p className="mt-8 font-medium text-white/80">
|
||||
|
|
|
|||
Loading…
Reference in a new issue