Skip to content

Commit

Permalink
Merge pull request #1514 from maykinmedia/issue/2892-header-print-option
Browse files Browse the repository at this point in the history
[#2892] Remove print option from accessibility header
  • Loading branch information
alextreme authored Dec 5, 2024
2 parents 69a72f1 + 884bb22 commit 7656b6d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
{% link href="#" icon="help_outline" text=link_text extra_classes="accessibility--modal" %}
</li>
{% endif %}

<li class="accessibility-header__list-item">
{% trans "Print pagina" as link_text %}
{% link href="#" icon="print" text=link_text extra_classes="accessibility--print" %}
</li>
</ul>
<div class="help-modal" data-help-title="{% trans 'Uitleg pagina' %}" data-help-text="{{ help_text }}" data-help-close="{% trans 'Sluiten' %}"></div>
</div>
Expand Down

0 comments on commit 7656b6d

Please sign in to comment.