refine ui further

This commit is contained in:
Developers Digest
2025-09-05 15:56:14 -04:00
parent 836b085f75
commit 9d71ae77e7
8 changed files with 285 additions and 232 deletions
+2 -4
View File
@@ -55,12 +55,10 @@ export default function SidebarInput({ onSubmit, disabled = false }: SidebarInpu
return (
<div className="w-full">
<div className="bg-white rounded-20 border border-gray-200 shadow-sm">
<div >
<div className="p-4 border-b border-gray-100">
<h3 className="text-sm font-medium text-gray-900 mb-3">Generate New Website</h3>
{/* URL Input */}
<div className="flex gap-3 items-center mb-3">
<div className="flex gap-3 items-center">
<Globe />
<input
className="flex-1 bg-transparent text-sm text-gray-900 placeholder:text-gray-400 focus:outline-none"