From a7866a3f3a5b32c33af0e04fba89cdcebdeca3f4 Mon Sep 17 00:00:00 2001 From: slawk0 Date: Sat, 28 Dec 2024 23:00:22 +0100 Subject: [PATCH] UI improvements --- client/index.html | 4 ++-- client/public/turtle.svg | 26 +++++++++++++++++++++ client/public/turtle.webp | Bin 0 -> 52242 bytes client/src/components/chat/MessageForm.tsx | 13 +++++------ server/socket/socket.js | 2 +- 5 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 client/public/turtle.svg create mode 100644 client/public/turtle.webp diff --git a/client/index.html b/client/index.html index 7d58b3f..9bdc162 100644 --- a/client/index.html +++ b/client/index.html @@ -5,9 +5,9 @@ - + - Vite + React + TS + Turtel chat 🐢