diff --git a/public/index.html b/public/index.html index eb721ed27d784dedc6fafa092ec4fd6724744ed3..9d791c6735ae470c4e5cbe85669813f4367cc0e0 100644 --- a/public/index.html +++ b/public/index.html @@ -188,7 +188,7 @@ </div> </div> <div class="container" style="height:70px;"> - <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> --> <p>Filter:</p> <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>