Skip to content

Commit

Permalink
add new sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Sep 18, 2023
1 parent 1d8ffff commit 887c9d4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/components/Affiliates.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ const products = [
];

const MINI_SPONSORS = [
// {
// logo: require('../images/logos/sponsors/mobilemall.svg'),
// label: 'Mobile Mall - Mobile Phone Prices in Pakistan',
// url: 'https://mobilemall.pk/',
// },
{
logo: require('../images/logos/sponsors/coupontoaster.svg'),
label: 'Coupontoaster - Discount and Coupon Codes',
Expand Down Expand Up @@ -202,6 +197,21 @@ const MINI_SPONSORS = [
'Electric UI - Tools for building user interfaces for hardware devices.',
url: 'https://electricui.com/',
},
{
logo: require('../images/logos/sponsors/mobilemall.svg'),
label: 'Mobilemall',
url: 'https://mobilemall.co/',
},
{
logo: require('../images/logos/sponsors/tubidy.svg'),
label: 'Tubidy',
url: 'https://thetubidy.net/',
},
{
logo: require('../images/logos/sponsors/rs24.svg'),
label: 'Rapelis24',
url: 'https://the-repelis24.com/',
},
];

const random = products.slice(0, 3);
Expand Down
7 changes: 7 additions & 0 deletions src/images/logos/sponsors/rs24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/images/logos/sponsors/tubidy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 887c9d4

Please sign in to comment.