From 4334596d4bebc9a76f5ca8400813847eef5b3bb7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 20 Dec 2024 04:15:58 -0500 Subject: rework styles with scss --- src/web/helper/image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/helper/image.php') diff --git a/src/web/helper/image.php b/src/web/helper/image.php index 1b6650f..6d42678 100644 --- a/src/web/helper/image.php +++ b/src/web/helper/image.php @@ -10,9 +10,9 @@ function image( $mime = NULL, ): string { if ($class) { - $class = 'image-loading ' . $class; + $class = 'image loading ' . $class; } else { - $class = 'image-loading'; + $class = 'image loading'; } $content = ''; -- cgit v1.2.3-freya