mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
feat(website): bump max team users to 500 (#10459)
Related: https://app.hubspot.com/live-messages/23723443/inbox/9728566686
This commit is contained in:
@@ -181,7 +181,7 @@ export default function _Page() {
|
||||
<li className="flex space-x-2.5">
|
||||
<FaCheck className="mt-0.5 flex-shrink-0 w-4 h-4 text-primary-450" />
|
||||
<span className="leading-tight font-bold text-neutral-900">
|
||||
Up to 100 users
|
||||
Up to 500 users
|
||||
</span>
|
||||
</li>
|
||||
<li className="flex space-x-2.5">
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function PlanTable() {
|
||||
</Tooltip>
|
||||
</td>
|
||||
<td className="font-semibold gmx-1 py-4 text-center">6</td>
|
||||
<td className="font-semibold gmx-1 py-4 text-center">100</td>
|
||||
<td className="font-semibold gmx-1 py-4 text-center">500</td>
|
||||
<td className="font-semibold gmx-1 py-4 text-center">Unlimited</td>
|
||||
</tr>
|
||||
<tr className="border-b border-1 border-neutral-200">
|
||||
|
||||
Reference in New Issue
Block a user