Skip to content

Commit

Permalink
docs(website): remove sponsorship section
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Aug 27, 2020
1 parent ca4972c commit 5f73eb1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,6 @@ class Index extends React.Component {
</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 = () => (
<Block>
{[
Expand Down Expand Up @@ -162,7 +148,6 @@ class Index extends React.Component {
<About />
<Example />
<Example2 />
<Sponsorship />
</div>
</div>
);
Expand Down

0 comments on commit 5f73eb1

Please sign in to comment.