Skip to content

Commit

Permalink
template: communities: fix div id
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba authored and alejandromumo committed Dec 13, 2023
1 parent 0214dda commit cba79b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/semantic-ui/invenio_communities/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="ui header mb-0">{{ _('New communities') }}</h2>
{{ _('See all')}}
</a>
</div>
<div id="featured-communities" class="communities-list"></div>
<div id="new-communities" class="communities-list"></div>
</div>

<div class="ui divider"></div>
Expand Down

0 comments on commit cba79b2

Please sign in to comment.