Skip to content

Commit

Permalink
fix: update free limits info
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 22, 2024
1 parent 023127f commit b8d98ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ <h1 class="text-3xl font-semibold capitalize lg:text-4xl">Pricing</h1>
clip-rule="evenodd"/>
</svg>
</div>
<span class="mx-2">Up to 10 subscriptions per user</span>
<span class="mx-2">1 subscription per user that never expires</span>
</div>
<div class="flex">
<div class="h-5 w-5 pt-1">
Expand All @@ -1010,7 +1010,7 @@ <h1 class="text-3xl font-semibold capitalize lg:text-4xl">Pricing</h1>
clip-rule="evenodd"/>
</svg>
</div>
<span class="mx-2">Up to 100 publications per user per day (including publications from all own sources)</span>
<span class="mx-2">Up to 10 publications per user per day (including publications from all own sources)</span>
</div>
</p>
<p>For different limits and other price options, <a href="mailto:awakari@awakari.com"
Expand Down

0 comments on commit b8d98ea

Please sign in to comment.