Skip to content

Commit

Permalink
Remove contact us request for increasing API rate (#1841)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored May 14, 2024
1 parent 5fde768 commit 469354d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/templates/views/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ <h2 class="heading-small">
<h2 class="heading-small">
{{ _('Your API rate limit is {} calls per minute').format(current_service.rate_limit | format_number) }}
</h2>
<p>
{{ _("To request an API rate increase, <a href='{}'>contact us</a>.").format(url_for('.contact')) }}
</p>
</div>

<div class="grid-row flex items-baseline">
Expand Down

0 comments on commit 469354d

Please sign in to comment.