mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
Added class "help_link_widget" and applied existing css, to `a` tag of help_link_widget. Follow-up of #21508.
4 lines
157 B
Handlebars
4 lines
157 B
Handlebars
<a class="help_link_widget" href="{{ link }}" target="_blank" rel="noopener noreferrer">
|
|
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
|
|
</a>
|