Skip to content

Commit

Permalink
hide tracking pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed May 10, 2024
1 parent c4849b8 commit 6c91843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/(website)/docs/layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
max-width: 100%;
}

.pixel {
display: none;
}

@media screen and (max-width: 992px) {
.docs {
grid-template-columns: minmax(120px, 20vw) 1fr;
Expand Down
1 change: 1 addition & 0 deletions src/app/(website)/docs/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function DocsLayout({ children }) {
<article className={styles.content}>{children}</article>
</section>
<img
className={styles.pixel}
referrerPolicy="no-referrer-when-downgrade"
src="https://static.scarf.sh/a.png?x-pxid=25c27d5e-b879-4297-b29f-069d9609ec38"
/>
Expand Down

0 comments on commit 6c91843

Please sign in to comment.