You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by yu...@apache.org on 2022/09/14 10:39:39 UTC

[incubator-devlake-website] 12/14: Revert "fix: minor change"

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 c49024f2785645f7a79036b2f3ec5b3efabb887d
Author: Yumeng Wang <yu...@merico.dev>
AuthorDate: Wed Sep 14 18:39:24 2022 +0800

    Revert "fix: minor change"
    
    This reverts commit edc76d54ca4aba655ddf22edc42de5f832d6c7ff.
---
 src/components/Sections/HomepageHeader.tsx | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/components/Sections/HomepageHeader.tsx b/src/components/Sections/HomepageHeader.tsx
index db34104be..3bd9628e6 100644
--- a/src/components/Sections/HomepageHeader.tsx
+++ b/src/components/Sections/HomepageHeader.tsx
@@ -9,12 +9,12 @@ export function HomepageHeader() {
     <header
       className="relative
         pt-[64px] pb-[90px] px-[80px]
-        flex bg-[white]
+        flex
         justify-between items-center"
     >
-      <HeaderBgSvg className='absolute top-[0px] left-[0px]' />
+      <HeaderBgSvg className='absolute z-[-1] top-[0px] left-[0px]' />
       <div
-        className=" z-10
+        className="
           flex flex-col flex-nowrap
           justify-start w-[590px]
         "
@@ -44,9 +44,7 @@ export function HomepageHeader() {
           Getting Started
         </Link>
       </div>
-      <HeaderSvg className="
-        w-auto h-auto z-10
-      "
+      <HeaderSvg className="w-auto h-auto"
       />
     </header>
   );