Skip to content

Commit fcea6a7

Browse files
committed
Fix baseurl
1 parent 667e8d7 commit fcea6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/governance/index.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</header>
3232
<div class="flex flex-column flex-row-l flex-wrap-l justify-start tc">
3333
{{#each data.teams as |team| ~}}
34-
{{> governance/index-team team=team baseurl=baseurl}}
34+
{{> governance/index-team team=team baseurl=../baseurl}}
3535
{{/each~}}
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)