Skip to content

Commit 4b742de

Browse files
committed
logo
1 parent 352c574 commit 4b742de

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

public/favicon.ico

0 Bytes
Binary file not shown.

src/pages/Privacy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function Privacy() {
4343
<ul>
4444
<li>Questions you ask the AI</li>
4545
<li>Guesses you submit</li>
46-
<li>Credit balance and transaction history</li>
46+
<li>Credit/Coin balance and transaction history</li>
4747
<li>Achievements earned</li>
4848
<li>Streak data and puzzle completion history</li>
4949
</ul>
@@ -76,7 +76,7 @@ function Privacy() {
7676
<ul>
7777
<li>Provide and maintain the App</li>
7878
<li>Process your questions and deliver AI responses</li>
79-
<li>Track your credits, achievements, and streaks</li>
79+
<li>Track your coins, achievements, and streaks</li>
8080
<li>Process in-app purchases</li>
8181
<li>Deliver relevant advertisements</li>
8282
<li>Analyze usage to improve the App</li>

src/pages/Terms.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ function Terms() {
3939
</section>
4040

4141
<section>
42-
<h2>4. Credits System</h2>
43-
<p>The App operates on a credit-based system:</p>
42+
<h2>4. Credits/Coin System</h2>
43+
<p>The App operates on a credit-based system, called "coins":</p>
4444
<ul>
45-
<li><strong>Asking a question:</strong> Costs 1 credit</li>
46-
<li><strong>Submitting a guess:</strong> Costs 5 credits</li>
45+
<li><strong>Asking a question:</strong> Costs 1 coin</li>
46+
<li><strong>Submitting a guess:</strong> Costs 5 coins</li>
4747
</ul>
48-
<p>Credits can be obtained through:</p>
48+
<p>Coins can be obtained through:</p>
4949
<ul>
50-
<li><strong>In-App Purchases:</strong> Credits can be purchased through the App using payment processing provided by RevenueCat and the respective app store (Google Play or Apple App Store).</li>
51-
<li><strong>Watching Advertisements:</strong> Credits can be earned by watching full-screen video advertisements served through Google AdMob.</li>
50+
<li><strong>In-App Purchases:</strong> Coins can be purchased through the App using payment processing provided by RevenueCat and the respective app store (Google Play or Apple App Store).</li>
51+
<li><strong>Watching Advertisements:</strong> Coins can be earned by watching full-screen video advertisements served through Google AdMob.</li>
5252
</ul>
5353
</section>
5454

5555
<section>
5656
<h2>5. In-App Purchases</h2>
5757
<p>
58-
All in-app purchases are processed through RevenueCat and are subject to the terms and conditions of the respective app store (Google Play Store or Apple App Store). All purchases are final and non-refundable, except as required by applicable law or the policies of the respective app store. Credits have no monetary value and cannot be exchanged for cash.
58+
All in-app purchases are processed through RevenueCat and are subject to the terms and conditions of the respective app store (Google Play Store or Apple App Store). All purchases are final and non-refundable, except as required by applicable law or the policies of the respective app store. Coins have no monetary value and cannot be exchanged for cash.
5959
</p>
6060
</section>
6161

@@ -72,7 +72,7 @@ function Terms() {
7272
You may delete your account at any time through the Settings menu within the App. Please be aware that:
7373
</p>
7474
<ul>
75-
<li>Upon account deletion, <strong>you will NOT receive a refund</strong> for any credits you have earned or purchased.</li>
75+
<li>Upon account deletion, <strong>you will NOT receive a refund</strong> for any coins you have earned or purchased.</li>
7676
<li>Messages and questions you have sent to the AI will be retained for analytical and service improvement purposes, but will no longer be associated with your account.</li>
7777
<li>Your achievements, streaks, and other account-specific data will be permanently deleted.</li>
7878
</ul>

0 commit comments

Comments
 (0)