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:32 UTC

[incubator-devlake-website] 05/14: Revert "fix: button"

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

    Revert "fix: button"
    
    This reverts commit a73e776a6b15d38ee5336f3632f37e734a2a97ed.
---
 src/components/Sections/Discover.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Sections/Discover.tsx b/src/components/Sections/Discover.tsx
index f28598147..3fa6b4269 100644
--- a/src/components/Sections/Discover.tsx
+++ b/src/components/Sections/Discover.tsx
@@ -5,13 +5,13 @@ import BG from "@site/static/img/Homepage/discover.png";
 
 export function Discover() {
   return (<div className="flex flex-col items-center relative h-[324px] font-inter bg-primary-100">
-    <img src={BG} alt='' className="absolute bottom-[0px] z-0" />
+    <img src={BG} alt='' className="absolute bottom-[0px]" />
     <div className="font-medium text-primary-800 
       text-[32px] leading-[48px] mt-[72px]">Discover more engineering insights with</div>
     <div className="font-semibold text-primary-500
       text-[40px] leading-[60px] mt-1 mb-3">Apache DevLake (Incubating)</div>
     <Link
-      className="primary-button z-10"
+      className="primary-button"
       to="https://devlake.apache.org/docs/GettingStarted"
     >
       Getting Started