fix: casing across all settings pages (#5675)
This commit is contained in:
parent
0853a2790f
commit
846398df41
19 changed files with 34 additions and 34 deletions
|
|
@ -15,7 +15,7 @@ export const BillingRoot = () => (
|
|||
<h4 className="text-md mb-1 leading-6">Current plan</h4>
|
||||
<p className="mb-3 text-sm text-custom-text-200">You are currently using the free plan</p>
|
||||
<a href={MARKETING_PRICING_PAGE_LINK} target="_blank" rel="noreferrer">
|
||||
<Button variant="neutral-primary">View Plans</Button>
|
||||
<Button variant="neutral-primary">View plans</Button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue