We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660f75c commit 281bb5fCopy full SHA for 281bb5f
templates/governance/group-team.html.hbs
@@ -1,7 +1,7 @@
1
-<a id="{{team-text team name}}" name="{{team.name}}"></a>
+<a id="team-{{team.name}}"></a>
2
<div class="w-100 mw-none mw-8-m mw9-l ph3 center f3">
3
<header class="pb0 pt5">
4
- <a class="linkable-subheading" href="#{{team-text team name}}"><h2>{{team-text team name}}</h2></a>
+ <a class="linkable-subheading" href="#team-{{team.name}}"><h2>{{team-text team name}}</h2></a>
5
<div class="highlight"></div>
6
</header>
7
<div>
0 commit comments