10% community upkeep fee with explanations throughout

This commit is contained in:
jackiettran
2025-11-07 15:51:32 -05:00
parent e20e33a0f6
commit de32b68ec4
8 changed files with 420 additions and 13 deletions

View File

@@ -106,7 +106,12 @@ const EarningsDashboard: React.FC = () => {
<div className="col-12">
<h1>My Earnings</h1>
<p className="text-muted">
Manage your rental earnings and payment setup
Manage your rental earnings and payment setup. Community Rentals
charges a 10% Community Upkeep Fee to help keep us running.{" "}
<Link to="/faq" target="_blank">
Calculate what you can earn here.
</Link>
.
</p>
</div>
</div>
@@ -266,8 +271,8 @@ const EarningsDashboard: React.FC = () => {
</strong>
</div>
<div className="d-flex justify-content-between">
<span>Platform Fee:</span>
<strong>20%</strong>
<span>Community Upkeep Fee:</span>
<strong>10%</strong>
</div>
</div>
</div>