Fix month in last resignation date
Gil Poiares-Oliveira gil@poiares-oliveira.com
Sun, 09 Jul 2023 14:24:02 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
index.html
→
index.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();