From 6411b99562522ba05e3591e78ac30dee2dd2fb60 Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Fri, 27 Dec 2024 14:13:43 +0100 Subject: [PATCH] docs(home): fix date typo and shorten message. --- docs/overrides/main.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 6089ad9399e..b5baded64aa 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,15 +1,15 @@ {% extends "base.html" %} {% block announce %} -On March 25st, 2025 v2 of Powertools for AWS Lambda (Python) will reach +On March 25th 2025, v2 reaches End-of-Life. We recommend you to upgrade to v3. {% endblock %} {% block outdated %} - You're not viewing the latest version. - - Click here to go to latest. - +You're not viewing the latest version. + + Click here to go to latest. + {% endblock %}