Skip to content

Commit b0fc741

Browse files
committed
add coupontoaster as mini sponsor
1 parent 403def1 commit b0fc741

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"license": "MIT",
6464
"scripts": {
6565
"build": "gatsby build",
66-
"develop": "gatsby develop",
66+
"develop": "NODE_ENV=development gatsby develop",
6767
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
6868
"start": "npm run develop",
6969
"serve": "gatsby serve",

src/components/Affiliates.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ const MINI_SPONSORS = [
109109
label: 'Modern Treasury - The one place to keep a business’s money flowing',
110110
url: 'https://www.moderntreasury.com/',
111111
},
112+
{
113+
logo: require('../images/logos/sponsors/coupontoaster.svg'),
114+
label: 'Coupontoaster - Discount and Coupon Codes',
115+
url: 'https://coupontoaster.com/',
116+
},
112117
];
113118

114119
const random = products.slice(0, 3);
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)