Skip to content

Commit

Permalink
[WEBSITE] Ad scarf for website analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
bhasudha committed Sep 6, 2024
1 parent aec19ec commit 3cd7c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/theme/Navbar/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3cd7c97

Please sign in to comment.