Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Irae Hueck Costa committed Apr 14, 2024
1 parent 4336b0b commit 466caec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions static/components/base/pwyw.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ customElements.define(
<div class="donate-wrap">
<div class="donate-icon"></div>
<div class="donate-description">
<div class="h3 mb8">Pay what you want</div>
<div class="h3 mb8">Pay when ready</div>
<div class="gray">
Our main goal is to provide the smoothest Web Analytics experience
possible.
Expand Down Expand Up @@ -72,7 +72,7 @@ customElements.define(
<div id="modal-pwyw" style="display: none">
<div class="modal-header">
<img src="/img/card.svg" width="24" height="24" alt="Sources" />
<h3 class="ml16">Pay what you can</h3>
<h3 class="ml16">Pay when ready</h3>
<a href="#" class="btn-close" rel="modal:close" style="visibility: visible;"></a>
</div>
<div class="modal-content">
Expand Down
5 changes: 2 additions & 3 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ <h1>Simple Web Analytics</h1>
<div class="benefits-item-icon-free"></div>
</div>
<div class="benefits-item-description">
<h3>Pay what you want</h3>
<h3>Pay when ready</h3>
<div class="mt8 gray">
It's up to you when and how much you want to pay for this
service.
Start paying whenever you want.
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions static/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h1>Welcome</h1>
src="/img/free-sm.svg"
width="24"
height="24"
alt="Pay as you want"
alt="Pay when ready"
/>
<h3 class="ml16">Pay as you want</h3>
<h3 class="ml16">Pay when ready</h3>
</div>
<!-- Item -->
<div class="welcome-features-item flex bg-white radius-sm mb16">
Expand Down

0 comments on commit 466caec

Please sign in to comment.