From 625ef1a9b28d6b6a9956981b1abfa63c7ec62f61 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Fri, 7 Mar 2025 10:58:49 +0100 Subject: [PATCH] update cardstack feedback message --- labscore/cardstack/stack.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/labscore/cardstack/stack.js b/labscore/cardstack/stack.js index 8019da0..cbb1142 100644 --- a/labscore/cardstack/stack.js +++ b/labscore/cardstack/stack.js @@ -192,9 +192,11 @@ class DynamicCardStack { codeblock("json", [JSON.stringify(this.getAllStateForPage(this.index), null, 2)]).substring(0, 5000) : "") })) + // TODO: remove this some time after migration is complete if (!card.content) card.content = ""; - card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our ${link(DISCORD_INVITES.feedback_cardstack, "Discord Server", "labsCore Support", false)}!` + //card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our ${link(DISCORD_INVITES.feedback_cardstack, "Discord Server", "labsCore Support", false)}!` + card.content += `\n-# ${icon("flask_mini")} You are using the new page system • Leave feedback or report bugs in our Support Server!` // Render Page Numbers. // Conditions: