Skip to content

Commit

Permalink
Remove extra sharp, #20
Browse files Browse the repository at this point in the history
  • Loading branch information
vcherednichenko86 committed Jul 8, 2016
1 parent b5924b9 commit 8dda1df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img class="img-circle face" data-src="holder.js/140x140/text:{{ sponsor.company }}" src="{{ sponsor.logo ?: '' }}" height="140" width="140" />
</span>
</a>
<h2><a href="##company-{{ sponsor.id }}" role="button" data-toggle="modal">{{ sponsor.company }}</a></h2>
<h2><a href="#company-{{ sponsor.id }}" role="button" data-toggle="modal">{{ sponsor.company }}</a></h2>
</div>
{% include 'EventEventBundle:Event:_sponsor-modal.html.twig' %}
{% endfor %}
Expand Down

0 comments on commit 8dda1df

Please sign in to comment.