Skip to content

Commit 279bb22

Browse files
🎇 Update image
1 parent 8675fec commit 279bb22

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed
130 KB
Loading
121 KB
Loading
Binary file not shown.

‎docs/accounts-billing/plan-pricing.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ hide_table_of_contents: true
88
---
99

1010
import Head from '@docusaurus/Head';
11+
import ThemedImage from '@theme/ThemedImage';
1112

1213
<Head>
1314
<link rel="stylesheet" href="/css/table_style.css" />
@@ -177,7 +178,16 @@ When does the new pricing take effect for me?
177178
- For existing Free, Standard, Pro, and Teams plan users, billing and feature access will remain unchanged during a 30-day transition period where you will have the ability to elect into a new plan. On August 20, 2025, your account will be moved to one of the new plans if no action is taken.
178179
- **Note:** All plan updates will take effect at 12:00 AM local time on the specified effective date.
179180

180-
![pricing-update-img](imgs/pricing-update-img.png)
181+
<div style={{maxWidth: '800px', margin: '0 auto'}}>
182+
<ThemedImage
183+
alt="Pricing Update Timeline - 2025"
184+
sources={{
185+
light: require('./imgs/pricing-timeline-2025-light.png').default,
186+
dark: require('./imgs/pricing-timeline-2025-dark.png').default,
187+
}}
188+
/>
189+
</div>
190+
181191
</p>
182192
</details>
183193

0 commit comments

Comments
 (0)