Skip to content

Commit

Permalink
Merge pull request #5 from dom557/features
Browse files Browse the repository at this point in the history
Update MessageContainer.jsx
  • Loading branch information
dom557 authored Jun 25, 2024
2 parents faa5be5 + 4686ac6 commit 51ac2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/messages/MessageContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NoChatSelected = () => {
return (
<div className='flex items-center justify-center w-full h-full'>
<div className='px-4 text-center sm:text-lg md:text-xl text-gray-200 font-semibold flex flex-col items-center gap-2 transform transition-transform duration-1000 hover:scale-110'>
<p className="animate-pulse"><span className= "text-transparent bg-clip-text bg-gradient-to-r from-pink-400 to-red-500 hover:animate-none hover:bg-gradient-to-r-from-blue-400-to-pink-500 hover:bg-transparent ">Welcome</span>👋 {authUser.fullName}</p>
<p className="animate-pulse"><span className= "text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-pink-500 hover:animate-none hover:bg-transparent ">Welcome</span>👋 {authUser.fullName}</p>
<p >Select a chat to start messaging</p>
<TiMessages className='text-3xl md:text-6xl text-center' />
</div>
Expand Down

0 comments on commit 51ac2e2

Please sign in to comment.