From 2d00f3880b0dd1b39c2596c2d698350882681cc7 Mon Sep 17 00:00:00 2001
From: David Siegfried <david.siegfried>
Date: Sat, 20 Aug 2022 23:22:56 +0200
Subject: [PATCH] refs #1463

---
 templates/contact/legend.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/contact/legend.php b/templates/contact/legend.php
index 8733f52cd71..18004c6471d 100644
--- a/templates/contact/legend.php
+++ b/templates/contact/legend.php
@@ -31,7 +31,7 @@
 
     <? if ($open || $contact['view'] == 'gruppen'): ?>
         <li>
-            <?= Icon::create('vcard+export', 'clickable')->asImg() ?>
+            <?= Icon::create('export') ?>
             <?= _('als vCard exportieren') ?>
         </li>
     <? endif; ?>
-- 
GitLab