feat(components): handle new sections

This commit is contained in:
ItzCrazyKns
2025-08-29 12:45:27 +05:30
parent d6b02db37a
commit 7b46b815c1
6 changed files with 322 additions and 280 deletions

View File

@@ -133,7 +133,10 @@ const Attach = ({ showText }: { showText?: boolean }) => {
className="flex flex-row items-center justify-start w-full space-x-3 p-3"
>
<div className="bg-light-100 dark:bg-dark-100 flex items-center justify-center w-10 h-10 rounded-md">
<File size={16} className="text-black/70 dark:text-white/70" />
<File
size={16}
className="text-black/70 dark:text-white/70"
/>
</div>
<p className="text-black/70 dark:text-white/70 text-sm">
{file.fileName.length > 25