Update WebSocketDemo.tsx

This commit is contained in:
2025-08-27 11:18:09 +07:00
committed by GitHub
parent 003bee54e5
commit 06842672b9
+1 -1
View File
@@ -104,7 +104,7 @@ export default function WebSocketDemo() {
return ( return (
<div className="max-w-4xl mx-auto p-6 bg-white rounded-lg shadow-lg"> <div className="max-w-4xl mx-auto p-6 bg-white rounded-lg shadow-lg">
<div className="mb-6"> <div className="mb-6">
<h1 className="text-3xl font-bold text-gray-800 mb-2">WebSocket Demo</h1> <h1 className="text-3xl font-bold text-gray-800 mb-2">WebSocket Demo Updated</h1>
<p className="text-gray-600">Real-time messaging with Next.js and WebSocket</p> <p className="text-gray-600">Real-time messaging with Next.js and WebSocket</p>
</div> </div>