Skip to content

Commit b1c7f79

Browse files
authored
chore: fix the dead space in the header for docsite (#2265)
remove the dead space in the docsite
1 parent 3a6fe9a commit b1c7f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extra/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block extrahead %}
44
{{ super() }}
55
<!-- Scarf Analytics -->
6-
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f4040c26-97ff-4975-bcbb-8db47063d472" />
6+
<img style="display: none;" referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f4040c26-97ff-4975-bcbb-8db47063d472" />
77

88
<!-- Open Graph / Facebook -->
99
<meta property="og:type" content="website">

0 commit comments

Comments
 (0)