This is an automated email from the ASF dual-hosted git repository.

paksyd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 726faebefa4 HBASE-30030 The "Edit on GitHub" is floating in generated 
PDF (#7983)
726faebefa4 is described below

commit 726faebefa4f5ce27816dd69c0984f025238dbcd
Author: Yurii Palamarchuk <[email protected]>
AuthorDate: Thu Mar 26 15:13:08 2026 +0100

    HBASE-30030 The "Edit on GitHub" is floating in generated PDF (#7983)
    
    Signed-off-by: Dávid Paksy <[email protected]>
---
 hbase-website/app/pages/_docs/docs/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-website/app/pages/_docs/docs/index.tsx 
b/hbase-website/app/pages/_docs/docs/index.tsx
index 073c6c4dfaa..2fa38c0ac31 100644
--- a/hbase-website/app/pages/_docs/docs/index.tsx
+++ b/hbase-website/app/pages/_docs/docs/index.tsx
@@ -271,7 +271,7 @@ const renderer = toClientRenderer(
             
href={`https://github.com/apache/hbase/edit/master/${baseGithubPath}${mdxFileRoute}`}
             rel="noreferrer noopener"
             target="_blank"
-            className="text-fd-secondary-foreground bg-fd-secondary 
hover:text-fd-accent-foreground hover:bg-fd-accent w-fit rounded-xl border p-2 
text-sm font-medium transition-colors"
+            className="no-print text-fd-secondary-foreground bg-fd-secondary 
hover:text-fd-accent-foreground hover:bg-fd-accent w-fit rounded-xl border p-2 
text-sm font-medium transition-colors"
           >
             Edit on GitHub
           </a>

Reply via email to