diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-03-10 23:09:49 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-03-11 10:15:52 +0000 |
| commit | 873d0602b56b0db5b89e948531f86bc3c50d95aa (patch) | |
| tree | 7986a5157fd46cb8119d69e99e36380d489d8313 /resources/views/icons/favorite.phtml | |
| parent | 7db85a88adfab3198915fa7e3622979d69f30104 (diff) | |
| download | webtrees-873d0602b56b0db5b89e948531f86bc3c50d95aa.tar.gz webtrees-873d0602b56b0db5b89e948531f86bc3c50d95aa.tar.bz2 webtrees-873d0602b56b0db5b89e948531f86bc3c50d95aa.zip | |
Replace: #5087 - use SVG icons as defaults in the welcome blocks
Diffstat (limited to 'resources/views/icons/favorite.phtml')
| -rw-r--r-- | resources/views/icons/favorite.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/icons/favorite.phtml b/resources/views/icons/favorite.phtml index d9b20b7837..3209f772db 100644 --- a/resources/views/icons/favorite.phtml +++ b/resources/views/icons/favorite.phtml @@ -1 +1 @@ -<span class="wt-icon-favorite"><i class="far fa-star fa-fw" aria-hidden="true"></i></span><?php +<span class="wt-icon-favorite"><i class="fa-regular fa-star fa-fw" aria-hidden="true"></i></span><?php |
