Skip to content

Commit a634864

Browse files
Remove stray closing SVG tag
1 parent 6da45d9 commit a634864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design-system-templates/components/header-nav.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<a href="path/to/page">Interest groups</a>
7373
</li>
7474
<li>
75-
<a href="path/to/page"></svg> Community groups</a>
75+
<a href="path/to/page">Community groups</a>
7676
</li>
7777
<li>
7878
<a href="path/to/page">Business groups</a>

0 commit comments

Comments
 (0)