From 65ab2db27731854a1fd12d17b16d67abb4d1c814 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 26 Aug 2020 14:33:04 +0000
Subject: [PATCH] external-link-square icon renamed in FA5

---
 modules/admin/templates/federation.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/admin/templates/federation.twig b/modules/admin/templates/federation.twig
index e9156a1ce..7d7f2cf90 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>
-- 
GitLab