fixed heaer

This commit is contained in:
JK-le-dev 2025-10-19 08:49:17 -05:00
commit 94f87b9fee
3 changed files with 26 additions and 23 deletions

View file

@ -23,7 +23,9 @@ export default function MessageInput({ onSend }) {
<div className="w-full flex justify-center">
<footer className="fixed bottom-6 max-w-3xl w-full px-4">
<div className="flex flex-col gap-4">
<DownButton></DownButton>
<div>
<DownButton></DownButton>
</div>
<form
onSubmit={handleSubmit}
className="bg-gray-900 rounded-2xl border-2 border-gray-800 shadow-lg shadow-indigo-600"