From 1f4658beb596163ef4246f45a560a6ad52952d77 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 28 Aug 2024 15:29:40 +0200 Subject: [PATCH] fix: correct file extension from .swg to .svg Renamed the icon file to use the correct .svg extension instead of .swg, ensuring the file is properly recognized and processed by tools and systems that handle SVG files. This change enhances compatibility and prevents potential loading issues. --- assets/dist/icons/{money-wavy.swg => money-wavy.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename assets/dist/icons/{money-wavy.swg => money-wavy.svg} (100%) diff --git a/assets/dist/icons/money-wavy.swg b/assets/dist/icons/money-wavy.svg similarity index 100% rename from assets/dist/icons/money-wavy.swg rename to assets/dist/icons/money-wavy.svg