Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
elad2412 committed Jun 4, 2024
1 parent 4ba0b55 commit 6b2af5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/kitchensink/create-org-modal-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,20 @@ <h6 class="body-text-2 u-bold u-line-height-1">Pro</h6>
<div class="u-flex-vertical u-gap-8">
<h5 class="body-text-2 u-bold">Starter plan</h5>
<ul class="list u-gap-4 u-color-text-offline u-small">
<li class="list-item">
<span class="icon-arrow-down u-color-text-danger" aria-hidden="true"></span>
<li class="list-item u-gap-4">
<span class="icon-arrow-down u-color-text-danger u-small u-margin-block-start-4" aria-hidden="true"></span>
<span class="text">Limited to 1 Database, 3 Buckets, 5 Functions per project</span>
</li>
<li class="list-item">
<span class="icon-arrow-down u-color-text-danger" aria-hidden="true"></span>
<li class="list-item u-gap-4">
<span class="icon-arrow-down u-color-text-danger u-small u-margin-block-start-4" aria-hidden="true"></span>
<span class="text">Limited to 1 organization member</span>
</li>
<li class="list-item">
<span class="icon-arrow-down u-color-text-danger" aria-hidden="true"></span>
<li class="list-item u-gap-4">
<span class="icon-arrow-down u-color-text-danger u-small u-margin-block-start-4" aria-hidden="true"></span>
<span class="text">10GB bandwidth</span>
</li>
<li class="list-item">
<span class="icon-arrow-down u-color-text-danger" aria-hidden="true"></span>
<li class="list-item u-gap-4">
<span class="icon-arrow-down u-color-text-danger u-small u-margin-block-start-4" aria-hidden="true"></span>
<span class="text">2GB bandwidth</span>
</li>
</ul>
Expand Down

0 comments on commit 6b2af5a

Please sign in to comment.