From 370e959400a570232a213e638abe346aa7fbbf6a Mon Sep 17 00:00:00 2001 From: gerry-fit <95400700+gerry-fit@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:36:42 +0800 Subject: [PATCH] perf: Enterprise Edition Hide Footer Copyright Content --- apps/templates/_copyright.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/_copyright.html b/apps/templates/_copyright.html index d231d1e95..5e2c475c2 100644 --- a/apps/templates/_copyright.html +++ b/apps/templates/_copyright.html @@ -1,3 +1,3 @@ -{% if not USE_XPACK %} +{% if not XPACK_ENABLED %} Copyright {{ COPYRIGHT }} {% endif %}