From e983660b55b4df82c13223ce9c954d94243dccf7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 8 Aug 2024 09:24:20 +0200 Subject: [PATCH] fix: remove unused custom.css link from index.php Eliminated the redundant stylesheet inclusion to reduce unnecessary HTTP requests and improve page load performance. No impact on visual styling as the content of custom.css was deprecated and merged into main.css. --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index eba36d2..88b644f 100644 --- a/index.php +++ b/index.php @@ -88,7 +88,6 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " "); -