Skip to content

Commit

Permalink
added contact banner, discord invite link and sidebar toggle options
Browse files Browse the repository at this point in the history
  • Loading branch information
Egatlov committed Jul 29, 2024
1 parent a8ce908 commit ef3e2c8
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ export default {
project: {
link: 'https://github.com/dappros/ethora'
},

logo: <img src="https://www.ethora.com/images/ethora-logo-new.png" alt="Ethora Logo" width="130px" />,

head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
Expand Down Expand Up @@ -31,13 +33,32 @@ export default {
}
},

banner: {
key: 'mvp-contact',
text: (
<a href="https://www.ethora.com/#contact" target="_blank">
Would you like to get your MVP delivered within 2 weeks? Contact us 📩
</a>
)
},

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: (
<span>
Expand All @@ -49,5 +70,4 @@ export default {
</span>
)
}
};

};

0 comments on commit ef3e2c8

Please sign in to comment.