Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update banner notifications #1876

Merged
merged 1 commit into from
Nov 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions site/pages/index.zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,6 @@ const IndexPage = () => {
},
];

const notifications = [
{
type: 'News',
title: 'G2Plot 2.0 发布了',
date: '2020.09.28',
link: 'https://github.com/antvis/G2Plot/releases/tag/2.0.0',
},
];

return (
<>
<SEO title={t('G2Plot 开箱即用的图表库')} titleSuffix="AntV" lang={i18n.language} />
Expand All @@ -74,7 +65,6 @@ const IndexPage = () => {
description={t('G2Plot 是开箱即用、易于配置、具有良好视觉和交互体验的通用统计图表库。')}
className="banner"
buttons={bannerButtons}
notifications={notifications}
/>
<Features features={features} style={{ width: '100%' }} />
<Cases cases={cases} />
Expand Down