diff options
| author | Fredrik Ekdahl <fekdahl@gmail.com> | 2025-10-28 17:52:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 16:52:20 +0000 |
| commit | bdc64f688b726571ecd404dcfaf315612d263273 (patch) | |
| tree | f8bf456e014db8506bdb14d28f70df0517ad0a1d /resources/views/icons/sync.phtml | |
| parent | 15f4e91c36589c789183d2fffb84f6184a6b4ab9 (diff) | |
| download | webtrees-bdc64f688b726571ecd404dcfaf315612d263273.tar.gz webtrees-bdc64f688b726571ecd404dcfaf315612d263273.tar.bz2 webtrees-bdc64f688b726571ecd404dcfaf315612d263273.zip | |
Only use solid icons and upgrade fontawesome package (#5244)
* Only use solid icons and upgrade fontawesome package
* Remove fa-fw as fixed width is default in fontawesome 7
* Remove aria-hidden=true
---------
Co-authored-by: Fredrik Ekdahl <fredrik.ekdahl@volvo.com>
Diffstat (limited to 'resources/views/icons/sync.phtml')
| -rw-r--r-- | resources/views/icons/sync.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/icons/sync.phtml b/resources/views/icons/sync.phtml index c20642490a..796c80fc2d 100644 --- a/resources/views/icons/sync.phtml +++ b/resources/views/icons/sync.phtml @@ -1 +1 @@ -<span class="wt-icon-sync"><i class="fa-solid fa-sync-alt fa-fw" aria-hidden="true"></i></span><?php +<span class="wt-icon-sync"><i class="fa-solid fa-sync-alt"></i></span><?php |
