From 7c1cd96004b3bd810c45974f555dbf44ce645b49 Mon Sep 17 00:00:00 2001 From: Andrea Amorosi Date: Mon, 19 Feb 2024 15:49:59 +0100 Subject: [PATCH] chore(docs): fix broken upgrade link in banner --- docs/overrides/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index f36a4c7961..21efa64b87 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -8,6 +8,6 @@ {% endblock %} {% block announce %} -Version 2 is coming soon 🔥 Check out the upgrade guide to see what's -new. +Version 2 is coming soon 🔥 Check out the upgrade guide to see +what's new. {% endblock %} \ No newline at end of file