Fix wrong last resignation date in counter
Gil Poiares-Oliveira gil@poiares-oliveira.com
Tue, 02 May 2023 10:40:03 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
index.html
→
index.html
@@ -134,7 +134,7 @@ </div>
</main> <script> - const lastResignation = new Date("2023-05-02"); + const lastResignation = new Date("2023-04-26"); const govStart = new Date("2022-03-30"); const currentTime = new Date();