Skip to content

Commit 64de89d

Browse files
authored
fix: invalid HTML: <h1> Nested Inside <span> (#968) (#1000)
1 parent c526eec commit 64de89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unfold/templates/unfold/helpers/site_icon.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
</a>
1717
{% endif %}
1818

19-
<span class="text-font-important-light tracking-tight dark:text-font-important-dark xl:text-base">
19+
<div class="text-font-important-light tracking-tight dark:text-font-important-dark xl:text-base">
2020
{{ branding }}
21-
</span>
21+
</div>

0 commit comments

Comments
 (0)