From bebc5dfccd35193c305c749074a6cd773bb79187 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Mon, 23 Oct 2023 19:04:38 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/public/index.html b/public/index.html
index 9d791c6..ebd57ed 100644
--- a/public/index.html
+++ b/public/index.html
@@ -188,14 +188,13 @@
       </div>
     </div>
     <div class="container" style="height:70px;">
-      <!--<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>
-      <button class="btn" style="background-color: lightgray;" id="filter2021" onclick="filter(2021)">2021</button>
-      <button class="btn" style="background-color: lightgray;" id="filter2020" onclick="filter(2020)">2020</button>
-      <button class="btn" style="background-color: lightgray;" id="filter2019" onclick="filter(2019)">2019</button>
-      <!--<button class="btn" style="background-color: lightgray;" id="filter2020" onclick="filter(2018)">2018</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>
+        <button class="btn" style="background-color: lightgray;" id="filter2020" onclick="filter(2020)">2020</button>
+        <button class="btn" style="background-color: lightgray;" id="filter2019" onclick="filter(2019)">2019</button>
+        <!--<button class="btn" style="background-color: lightgray;" id="filter2020" onclick="filter(2018)">2018</button>-->
     </div>
     <div class="container" id="cont_paper">
       <!-- <div class="card" style="max-width: 1080px;">
-- 
GitLab