mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
update cardstack feedback message
This commit is contained in:
parent
3b19a0c47c
commit
625ef1a9b2
1 changed files with 3 additions and 1 deletions
|
@ -192,9 +192,11 @@ class DynamicCardStack {
|
||||||
codeblock("json", [JSON.stringify(this.getAllStateForPage(this.index), null, 2)]).substring(0, 5000) : "")
|
codeblock("json", [JSON.stringify(this.getAllStateForPage(this.index), null, 2)]).substring(0, 5000) : "")
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
|
||||||
// TODO: remove this some time after migration is complete
|
// TODO: remove this some time after migration is complete
|
||||||
if (!card.content) card.content = "";
|
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.
|
// Render Page Numbers.
|
||||||
// Conditions:
|
// Conditions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue