From 610f70022818124d45d09d90d6563622c263018e Mon Sep 17 00:00:00 2001 From: p9001 Date: Thu, 16 Feb 2023 15:22:19 +0100 Subject: [PATCH] added date format --- components/Footer.tsx | 2 +- components/Sidebar.tsx | 2 +- components/utils/chartCard.tsx | 7 ++- components/utils/chatWrapper.tsx | 8 +-- components/utils/chats.tsx | 34 +++++++++-- components/utils/mainChatWrapper.tsx | 7 ++- package-lock.json | 20 ++++++- package.json | 1 + pages/index.tsx | 2 +- store/chat-context.tsx | 88 +++++++++++++++++++--------- 10 files changed, 125 insertions(+), 46 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 8865d05..9d62919 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -7,7 +7,7 @@ import { BsMic } from "react-icons/bs"; function Footer() { return ( -