From ef9d75f32fdc7b68451cc0546e74dde05163e5da Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 19 May 2025 23:39:35 +0200 Subject: [PATCH] fix: update footer condition to include preview environment for changelog link --- shared/includes/layout/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/includes/layout/footer.html b/shared/includes/layout/footer.html index 633113d56..01e0931b0 100644 --- a/shared/includes/layout/footer.html +++ b/shared/includes/layout/footer.html @@ -23,7 +23,7 @@ All rights reserved.
  • - {% if environment == 'production' %} + {% if environment == 'production' or environment == 'preview' %} v{{ package.version }}