diff --git a/public/index.html b/public/index.html
index f3d2d634a06a6318870d43012a20b158f0bab576..34ae1fb7109867f8075e0cb7cf84e03e61bb6412 100644
--- a/public/index.html
+++ b/public/index.html
@@ -189,7 +189,7 @@
     </div>
     <div class="container" style="height:70px;">
       <!--<p>Filter:</p>-->
-      <!--<button class="btn" style="background-color: lightgray;" id="filterall" onclick="filter(All)">All</button>-->
+      <button class="btn" style="background-color: lightgray;" id="filterall" onclick="filter(All)">All</button>
 	    <button class="btn" style="background-color: lightgray;" id="filter2023" onclick="filter(2023)">2023</button>
 	    <button class="btn" style="background-color: lightgray;" id="filter2022" onclick="filter(2022)">2022</button>
       <button class="btn" style="background-color: lightgray;" id="filter2021" onclick="filter(2021)">2021</button>