From 328a67504aa0d23ac082d2572acec5ce5a3ae6dc Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Sun, 25 Oct 2020 17:25:41 +0100 Subject: [PATCH] make the sub-heading the same as it is in 'site'. More of a reason 'why' --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 0c1da5b6..b70abedb 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ module.exports = { siteTitle: 'Ocean Protocol Documentation', siteShortTitle: 'Docs', siteDescription: - 'Learn about the components of the Ocean Protocol software stack, and how to run or use the components relevant to you.', + 'Tools to Build Data Markets, and Manage ERC20 Data Assets', siteUrl: process.env.SITE_URL || 'https://docs.oceanprotocol.com', siteIcon: 'node_modules/@oceanprotocol/art/logo/favicon-black.png', siteCompany: 'Ocean Protocol Foundation Ltd.',