If your product is already part of the DAS Eco, you can showcase your brand on the DAS official website eco-integration module by submitting a PR.
- Product name in English and Chinese.
- URL of the product website.
- Brand Logo URL.
- Size: 160 * 160px.
- Format: png, jpeg, svg.
- Logo type: Please provide an iconic brand logo as shown below (no rounded corners for the icon).

- Modify the image file name (e.g.
wallet-example.png) and place the image under./static/images/below.
Add your product data to the list variable, e.g.
const list = [
... , {
englishName: 'example',
chineseName: 'example',
logo: 'wallet-example.png',
website: 'https://example.com/'
}]