Skip to content

Commit 3948b93

Browse files
committed
[Landing] Change button color to primary
1 parent 8a708ec commit 3948b93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

landing/src/components/sections/pricing/PricingPlanBlock.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ export function PricingPlanBlock(props: PricingPlanBlockProps) {
132132
<div className="pb-6" />
133133

134134
{isMyPlan ? (
135-
<Button type="neutral" href="/account">
135+
<Button type="primary" href="/account">
136136
{'Manage'}
137137
</Button>
138138
) : (
139-
<Button type="neutral" href={buttonLink}>
139+
<Button type="primary" href={buttonLink}>
140140
{buttonLabel || 'Get started'}
141141
</Button>
142142
)}

0 commit comments

Comments
 (0)