From ed308e01733042e4bd450a1c1c687a3f19ccef8c Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:47:28 -0500 Subject: [PATCH] hotfix: update button name --- src/plugins/copyStickerLinks/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/copyStickerLinks/index.tsx b/src/plugins/copyStickerLinks/index.tsx index b99300a34..ca3f5ea83 100644 --- a/src/plugins/copyStickerLinks/index.tsx +++ b/src/plugins/copyStickerLinks/index.tsx @@ -71,7 +71,7 @@ function buildMenuItem(type: "Sticker", fetchData: () => Promisable { const res = await fetchData(); const data = { t: type, ...res } as Sticker; @@ -89,7 +89,7 @@ function buildMenuItem(type: "Sticker", fetchData: () => Promisable { const res = await fetchData(); const data = { t: type, ...res } as Sticker;