Skip to content

Commit b6e41a6

Browse files
committed
remove AmericanExpress from homepage
1 parent 4955a80 commit b6e41a6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docusaurus.config.js

+10-9
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,16 @@ module.exports = {
189189
flexBasis: '150px',
190190
},
191191
},
192-
{
193-
href: 'https://developer.americanexpress.com',
194-
src: 'sponsor-logos/american-express.svg',
195-
alt: 'American Express',
196-
title: 'American Express',
197-
style: {
198-
flexBasis: '145px',
199-
},
200-
},
192+
// Stopped donating on June 15th, 2022
193+
// {
194+
// href: 'https://developer.americanexpress.com',
195+
// src: 'sponsor-logos/american-express.svg',
196+
// alt: 'American Express',
197+
// title: 'American Express',
198+
// style: {
199+
// flexBasis: '145px',
200+
// },
201+
// },
201202
]
202203
},
203204
stylesheets: [

0 commit comments

Comments
 (0)