Skip to content

Commit f4aee8f

Browse files
πŸ“„ Add view only and fix typo
1 parent 7b89d84 commit f4aee8f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

β€Ždocs/accounts-billing/new-pricing-comparison.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const PricingToggles = () => {
290290
<td>βœ…</td>
291291
</tr>
292292
<tr>
293-
<td>Live Debugging<br/><span className="feature-description">Test your app in the brower and hot reload</span></td>
293+
<td>Live Debugging<br/><span className="feature-description">Test your app in the browser and hot reload</span></td>
294294
<td>βœ…</td>
295295
<td>βœ…</td>
296296
<td>βœ…</td>
@@ -533,6 +533,14 @@ export const PricingToggles = () => {
533533
<td>Up to 5*</td>
534534
<td>Unlimited</td>
535535
</tr>
536+
<tr>
537+
<td>View-Only Project Sharing<br/><span className="feature-description">Share projects with clients and stakeholders for viewing only (no editing permissions)</span></td>
538+
<td>❌</td>
539+
<td>βœ…</td>
540+
<td>βœ…</td>
541+
<td>βœ…</td>
542+
<td>βœ…</td>
543+
</tr>
536544
<tr>
537545
<td>Real-Time Collaboration<br/><span className="feature-description">Work together on projects simultaneously</span></td>
538546
<td>❌</td>

0 commit comments

Comments
Β (0)