mirror of
https://github.com/Nezumi-2711/websocket-demo.git
synced 2026-09-22 13:48:31 +00:00
Update WebSocketDemo.tsx
This commit is contained in:
@@ -104,7 +104,7 @@ export default function WebSocketDemo() {
|
||||
return (
|
||||
<div className="max-w-4xl mx-auto p-6 bg-white rounded-lg shadow-lg">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user