diff --git a/modules/admin/templates/federation.twig b/modules/admin/templates/federation.twig index e9156a1cee70361cdadf84ca4c479a204d9e4327..7d7f2cf9094d108ece0bb90887d8a61cc766845d 100644 --- a/modules/admin/templates/federation.twig +++ b/modules/admin/templates/federation.twig @@ -45,7 +45,7 @@ <a class="pure-button copy hljs" data-clipboard-target="#url-{{ key }}" title="{% trans %}Copy to clipboard{% endtrans %}"><span class="fa fa-copy"></span></a> <a class="pure-button hljs" href="{{ set.url }}"> - <span class="fa fa-external-link-square"></span> + <span class="fa fa-external-link-square-alt"></span> </a> </div> <code id="url-{{ key }}" class="code-box-content">{{ set.url }}</code>