This is an automated email from the ASF dual-hosted git repository.
bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ed11c46b5b5 [WEBSITE] Ad scarf for website analytics (#11911)
ed11c46b5b5 is described below
commit ed11c46b5b5edcf0cdb2a15106a7088f5ecbd742
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Fri Sep 6 15:20:13 2024 -0700
[WEBSITE] Ad scarf for website analytics (#11911)
---
website/src/theme/Navbar/Content/index.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/src/theme/Navbar/Content/index.js
b/website/src/theme/Navbar/Content/index.js
index 68ac721aef0..bcf06a87933 100644
--- a/website/src/theme/Navbar/Content/index.js
+++ b/website/src/theme/Navbar/Content/index.js
@@ -40,6 +40,7 @@ ${JSON.stringify(item, null, 2)}`,
function NavbarContentLayout({left, right}) {
return (
<div className={clsx("navbar__inner", [styles.navbarInnerStyle])}>
+ <img referrerpolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=8f594acf-9b77-44fb-9475-3e82ead1910c"
width={0} height={0} alt=""/>
<div className="navbar__items">{left}</div>
<div className="navbar__items navbar__items--right">{right}</div>
</div>