Code: Select all
$icons = ['fa-link', 'fa-shopping-cart', 'fa-cog', 'fa-envelope', 'fa-solid fa-folder-open', 'fa-chart-line', 'fa-solid fa-person', 'fa-external-link-alt', 'fa-home'];Also IMO a gap between the icon and the label looks nicer which I achieved by inserting a space before each label. Is it possible to do that in the code somewhere?
Original My Version