We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033cfc1 commit 2dc0745Copy full SHA for 2dc0745
1 file changed
ietf/templates/base/menu.html
@@ -104,7 +104,7 @@
104
<li><a href="/iesg/agenda/">IESG agenda</a></li>
105
<li><a href="/group/edu/materials/">Tutorials</a></li>
106
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
107
- <li><a href="https://tools.ietf.org/tools/ietfdb/newticket"><span class="fa fa-bug llarge"></span> Report a bug</a></li>
+ <li><a href="https://tools.ietf.org/tools/ietfdb/newticket"><span class="fa fa-bug"></span> Report a bug</a></li>
108
{% if flavor == "top" %}</ul>{% endif %}
109
110
{% if flavor == "top" %}
0 commit comments