diff --git a/client/src/views/footer.js b/client/src/views/footer.js index 8292b3a9..e82bded9 100644 --- a/client/src/views/footer.js +++ b/client/src/views/footer.js @@ -1,51 +1,140 @@ +import { ChevronDownIcon } from '../components/icons' + const staticRoot = process.env.STATIC_ROOT || '' -const links = process.env.FOOTER_LINKS ? JSON.parse(process.env.FOOTER_LINKS) : { [staticRoot+'img/github_blue.png']: 'https://github.com/blockstream/esplora' } +const productLinks = [ + ['Blockstream App', 'https://blockstream.com/app/'], + ['Blockstream Jade', 'https://blockstream.com/jade/'], + ['Blockstream Enterprise', 'https://blockstream.com/enterprise/'], + ['Blockstream AMP', 'https://blockstream.com/amp/'], + ['Blockstream Explorer', 'https://blockstream.info/'], + ['Greenlight', 'https://blockstream.com/lightning/greenlight/'], + ['Cryptocurrency Data Feed', 'https://blockstream.com/cryptofeed/'], + ['Liquid Network', 'https://blockstream.com/liquid/'], + ['Core Lightning', 'https://blockstream.com/lightning/'], + ['Elements', 'https://blockstream.com/elements/'], + ['Simplicity', 'https://simplicity-lang.org/'] +] -export default ({ t, page }) => -