all repos — dias-sem-demissoes @ a2cd134d3439f82465d6d2280579a190e84483ec

Um serviço público.

Fix month in last resignation date
Gil Poiares-Oliveira gil@poiares-oliveira.com
Sun, 09 Jul 2023 14:24:02 +0100
commit

a2cd134d3439f82465d6d2280579a190e84483ec

parent

1e2e35eebe28e7c6de8bbe9152488cf6dd5e1ce3

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

jump to
M index.htmlindex.html

@@ -149,7 +149,7 @@ </p>

</main> <script> - const lastResignation = new Date("2023-06-07"); + const lastResignation = new Date("2023-07-07"); const govStart = new Date("2022-03-30"); const currentTime = new Date();