diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php
index 4201aec..c183f14 100644
--- a/resources/views/chat/partials/scripts.blade.php
+++ b/resources/views/chat/partials/scripts.blade.php
@@ -1049,7 +1049,7 @@
const hookDiv = document.createElement('div');
hookDiv.className = 'msg-line';
hookDiv.innerHTML =
- '🐟 鱼上钩了!快点击 [拉竿] 按钮!';
+ '🐟 鱼上钩了!快点击 [拉竿] 按钮!';
container2.appendChild(hookDiv);
if (autoScroll) container2.scrollTop = container2.scrollHeight;