From 266d5ad7732d03d938931b3206657dc382774b4b Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 3 Jun 2025 22:49:55 +0200 Subject: [PATCH] fix: update banner script data-tblr-ref for preview and production environments --- shared/includes/layout/js.html | 2 +- shared/layouts/docs/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/includes/layout/js.html b/shared/includes/layout/js.html index 647447972..95bab61ff 100644 --- a/shared/includes/layout/js.html +++ b/shared/includes/layout/js.html @@ -14,7 +14,7 @@ {% if environment == 'preview' %} - + {% endif %} diff --git a/shared/layouts/docs/default.html b/shared/layouts/docs/default.html index ca5d2b87b..67f6be073 100644 --- a/shared/layouts/docs/default.html +++ b/shared/layouts/docs/default.html @@ -198,7 +198,7 @@ {% if environment == 'production' %} - + {% endif %}