Skip to content

Commit dba340e

Browse files
authored
feat: remove fruitz from partner content (#1584)
1 parent e96742b commit dba340e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cypress/integration/tests/user-apply-a-code.cy.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ describe('User apply a code page should display', () => {
3232
cy.get('p').should('contain', 'Read more about our partnerships by clicking on their logo.');
3333
cy.checkImage('Bumble logo', 'bumble_logo');
3434
cy.checkImage('Badoo logo', 'badoo_logo');
35-
cy.checkImage('Fruitz logo', 'fruitz_logo');
3635
});
3736

3837
it('apply a code panel', () => {

lib/constants/partners.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ export const getPartnerContent = (partnerName: string) => {
9898
};
9999

100100
export const getAllPartnersContent = () => {
101-
return [bumbleContent, badooContent, fruitzContent];
101+
return [bumbleContent, badooContent];
102102
};

0 commit comments

Comments
 (0)