diff --git a/theme.config.jsx b/theme.config.jsx index 9f5d6ae..968d6f1 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -3,7 +3,9 @@ export default { project: { link: 'https://github.com/dappros/ethora' }, + logo: Ethora Logo, + head: ( <> @@ -31,13 +33,32 @@ export default { } }, + banner: { + key: 'mvp-contact', + text: ( + + Would you like to get your MVP delivered within 2 weeks? Contact us 📩 + + ) + }, + feedback:{ content: "Questions? Visit our forum", useLink: ()=>"https://forum.ethora.com/" }, + editLink:{ component: null }, + + chat: { + link: 'https://discord.gg/6UcTnDmW3B' + }, + + sidebar: { + toggleButton: true + }, + footer: { text: ( @@ -49,5 +70,4 @@ export default { ) } -}; - +}; \ No newline at end of file