fixes 2 from nicks list

pull/120/head
ajaythapliyal 1 year ago
parent 2461f5c1f6
commit 2bfba4cce8

@ -42,7 +42,7 @@ export default function Conversation() {
></ConversationBubble>
);
})}
{messages.length === 0 && <Hero className="mt-24"></Hero>}
{messages.length === 0 && <Hero className="mt-24 md:mt-36"></Hero>}
</div>
<div className="fixed bottom-2 flex w-10/12 md:w-[50%]">
<div

Loading…
Cancel
Save