diff --git a/app/Domain/Icon/FontAwesomeFree.php b/app/Domain/Icon/FontAwesomeFree.php index a3aa5a953..cc0e23bfb 100644 --- a/app/Domain/Icon/FontAwesomeFree.php +++ b/app/Domain/Icon/FontAwesomeFree.php @@ -401,6 +401,7 @@ public function icons(): array "vCardUserFindPosts" => "fas fa-magnifying-glass", "vCardUserPrivateMessage" => "fas fa-envelope", "vCardUserShowInAdmin" => "fas fa-eye", + 'vCardUserResidence' => 'fas fa-location-dot', // wiki "wikiAttachmentRemove" => "fas fa-trash-can", diff --git a/app/Domain/Icon/FontAwesomePro.php b/app/Domain/Icon/FontAwesomePro.php index d79b950d8..03ea44135 100644 --- a/app/Domain/Icon/FontAwesomePro.php +++ b/app/Domain/Icon/FontAwesomePro.php @@ -405,6 +405,7 @@ public function icons(): array 'vCardUserFindPosts' => 'fa-light fa-magnifying-glass', 'vCardUserPrivateMessage' => 'fa-light fa-envelope', 'vCardUserShowInAdmin' => 'fa-light fa-eye', + 'vCardUserResidence' => 'fa-light fa-location-dot', // wiki 'wikiAttachmentRemove' => 'fa-light fa-trash-can', diff --git a/resources/views/components/vcard.twig b/resources/views/components/vcard.twig index c1418f06a..d3b82d64d 100644 --- a/resources/views/components/vcard.twig +++ b/resources/views/components/vcard.twig @@ -53,6 +53,14 @@ {{ declination(user.reputation, ['punkt', 'punkty', 'punktów'], true) }} + +