This is an automated email from the ASF dual-hosted git repository. yumeng pushed a commit to branch revert-199-overhaul/new-vi in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit efca4887188f615b653bd45cd6c328909d88191b Author: Yumeng Wang <[email protected]> AuthorDate: Wed Sep 14 18:39:24 2022 +0800 Revert "fix: minor adjust" This reverts commit 33a7e548fa592d7631922f0580705828fdfb7838. --- src/pages/index.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 0f186bd12..53b33183c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -11,13 +11,11 @@ export default function Home() { <Layout title={`${siteConfig.title}`} description="Apache DevLake is an open-source dev data platform that ingests, analyzes, and visualizes the fragmented data from DevOps tools to distill insights for engineering productivity."> - <div className='bg-[#f8f8f8]'> - <div className='max-w-[1280px] mx-auto'> - <HomepageHeader /> - <main> - <WhyDevlake /> - </main> - </div> + <div className='max-w-[1280px] mx-auto'> + <HomepageHeader /> + <main> + <WhyDevlake /> + </main> </div> </Layout> );
