version 1.0 🐢

This commit is contained in:
2025-01-28 18:12:31 +01:00
parent 45ba4bde8b
commit 3fd71af84f
5 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -53,7 +53,7 @@ const MessageElement = ({ onDelete, message }: AnimatedMessageProps) => {
<div className="flex items-center justify-between">
<div className="max-w-full">
<div className="flex items-baseline space-x-2">
<span className="font-bold text-emerald-400">{message.sender}</span>
<span className="font-bold text-gray-200">{message.sender}</span>
<span
className="text-gray-600 text-[11px] antialiased font-sans font-semibold"
title={`${fullDate} (${timeAgo})`}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB