diff options
| author | spiderr <spiderr@bitweaver.org> | 2022-07-30 22:44:38 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2022-07-30 22:44:38 -0400 |
| commit | 59ce2c079f637649a8e6024437c07c32c6d339d4 (patch) | |
| tree | 152b078c1b2b657d563415a75c4077afdf394fa4 /includes | |
| parent | 571ccea5b65eceb4de769bc21ffe72511c3a4d83 (diff) | |
| download | fisheye-59ce2c079f637649a8e6024437c07c32c6d339d4.tar.gz fisheye-59ce2c079f637649a8e6024437c07c32c6d339d4.tar.bz2 fisheye-59ce2c079f637649a8e6024437c07c32c6d339d4.zip | |
migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/classes/FisheyeGallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/classes/FisheyeGallery.php b/includes/classes/FisheyeGallery.php index 2a2b35c..7b1fe21 100644 --- a/includes/classes/FisheyeGallery.php +++ b/includes/classes/FisheyeGallery.php @@ -1091,7 +1091,7 @@ class FisheyeGallery extends FisheyeBase { } public static function getServiceIcon() { - return '<i class="icon-camera"></i>'; + return '<i class="fa fal fa-camera"></i>'; } public static function getServiceKey() { |
