all repos — dias-sem-demissoes @ b53ff40a57fe2b003aa4f3f21de23336792a2020

Um serviço público.

Fix wrong last resignation date in counter
Gil Poiares-Oliveira gil@poiares-oliveira.com
Tue, 02 May 2023 10:40:03 +0100
commit

b53ff40a57fe2b003aa4f3f21de23336792a2020

parent

0c4fa1e983334d6f6c08d5a7a39d4dab6d81fa37

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M index.htmlindex.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();