it works rn ig?

This commit is contained in:
yuanhau 2025-06-02 14:43:13 +08:00
parent 8eb19d7242
commit 3ebaff5218
4 changed files with 39 additions and 13 deletions

View file

@ -269,7 +269,6 @@ const navBarDisplayText = (text: string) => {
}
const trimSpaces = text.trim();
const regex = /.{0,7}/;
console.log("asdasda");
if (trimSpaces.length <= 7) {
return text;
}