瀏覽代碼

docs(website): remove sponsorship section

tags/v0.17.0
mingrammer 4 年之前
父節點
當前提交
5f73eb1944
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. +0
    -15
      website/pages/en/index.js

+ 0
- 15
website/pages/en/index.js 查看文件

@@ -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>
{[
@@ -162,7 +148,6 @@ class Index extends React.Component {
<About />
<Example />
<Example2 />
<Sponsorship />
</div>
</div>
);


Loading…
取消
儲存