fixes in affiliate section - more textual and style fixes

This commit is contained in:
Nuwan 2024-11-21 20:01:43 +05:30
parent 82007bb41c
commit 8f58fe4017
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ describe('Affiliate Earnings', () => {
cy.wait('@fetchAllEarnings');
cy.get('[data-testid=affiliateEarningsList] tbody tr:first-child td')
.eq(0)
.should('have.text', 'September - 2021');
.should('have.text', 'September 2021');
cy.get('[data-testid=affiliateEarningsList] tbody tr:first-child td')
.eq(1)
.should('have.text', 'Silver - 2');

View File

@ -67,8 +67,8 @@ const AgreementText = () => {
for Qualifying Purchases (defined in Section 7) made by your Qualifying Customers (defined in Section 7). A
“
</span>
<span className="c0 c10">Product is a product or service</span>
<span className="c0">&rdquo; sold on the JamKazam Site and listed in the </span>
<span className="c0 c10">Product</span>
<span className="c0">&rdquo; is a product or service sold on the JamKazam Site and listed in the </span>
<span className="c0 c10 c17">Program Advertising Fee Schedule</span>
<span className="c0">
&nbsp;in Section 10. In order to facilitate your advertisement of Products, we may make available to you

View File

@ -11,7 +11,7 @@ const JKAffiliateEarning = ({ payment }) => {
{greaterThan.sm ? (
<tr>
<td>
{monthName(payment.month - 1)} - {payment.year}
{monthName(payment.month - 1)} {payment.year}
</td>
<td className='text-center'>
{payment.subscriptions.map((subscription, index) => (