mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 11:13:02 +01:00
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
9 lines
220 B
PHP
9 lines
220 B
PHP
<div class="d-flex">
|
|
<span class="mr-1">{{ $label }}</span>
|
|
<span class="table-sorter ml-auto">
|
|
<a href="{{ $url }}">
|
|
<x-dynamic-component :component="$icon"/>
|
|
</a>
|
|
</span>
|
|
</div>
|