You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the provided code, it seems that setting the 'linkText' attribute to false in the SmallBox widget will remove the hyperlink but keep the icon.
Regarding the provided code, it seems that setting the 'linkText' attribute to false in the SmallBox widget will remove the hyperlink but keep the icon.
It would be better to modify the 'renderFooter' method in the widget's code to include an option to display a footer icon.
Alternatively, a new property could be added to the widget called 'footericon'.
public footerIcon = Html::tag('i', '', ['class' => 'fas fa-arrow-circle-right']);
The text was updated successfully, but these errors were encountered: