Skip to content

Commit

Permalink
Update sources/Renderer/Bootstrap/FieldRenderer/BsSelectObjectFieldRe…
Browse files Browse the repository at this point in the history
…nderer.php

Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
  • Loading branch information
larhip and Molkobain committed Aug 4, 2023
1 parent 33715f9 commit 3c63d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public function Render()
$sFieldHtmlValue = $oFieldValue->GetName();
if($oFieldValue->IsArchived())
{
$sFieldHtmlValue = '<span class="text_decoration"><span class="fas fa-archive object-archived fa-1x fa-fw"></span></span>' . $sFieldHtmlValue;
$sFieldHtmlValue = '<span class="text_decoration"><span class="fas fa-archive"></span></span>' . $sFieldHtmlValue;
}
else
{
Expand Down

0 comments on commit 3c63d2f

Please sign in to comment.