diff --git a/public_html/pages/error_404.php b/public_html/pages/error_404.php
index 328401ebf73b6115eb10bfc7de8a4b71ea772dc1..c8aca03fc5e42cff5d131f94a39d9a55c284730b 100644
--- a/public_html/pages/error_404.php
+++ b/public_html/pages/error_404.php
@@ -1,7 +1,7 @@
 <?php
     header("HTTP/1.0 404 Not Found");
 ?>
-<h1><i class="fas fa-exclamation-triangle"></i> 404 :: page not found</h1>
+<h1><i class="fa-solid fa-exclamation-triangle"></i> 404 :: page not found</h1>
 <p>
 
 </p>
\ No newline at end of file