Browse Source

docs(website): remove sponsorship section

tags/v0.17.0
mingrammer 4 years ago
parent
commit
5f73eb1944
1 changed files with 0 additions and 15 deletions
  1. +0
    -15
      website/pages/en/index.js

+ 0
- 15
website/pages/en/index.js View File

@@ -111,20 +111,6 @@ class Index extends React.Component {
</div> </div>
); );


const Sponsorship = () => (
<div
className="productShowcaseSection paddingBottom"
style={{textAlign: 'center'}}>
<h2>Sponsorship</h2>
<MarkdownBlock>
Sponsoring always helps a lot to maintain Diagrams. Thank you :)
</MarkdownBlock>
<a href="https://www.buymeacoffee.com/mingrammer" target="_blank">
<img id="buymeacoffee" src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee"/>
</a>
</div>
);

const Example = () => ( const Example = () => (
<Block> <Block>
{[ {[
@@ -162,7 +148,6 @@ class Index extends React.Component {
<About /> <About />
<Example /> <Example />
<Example2 /> <Example2 />
<Sponsorship />
</div> </div>
</div> </div>
); );


Loading…
Cancel
Save