more, more, more

This commit is contained in:
2024-11-22 16:16:04 -05:00
parent c0ae295734
commit 4c37b9b248
11 changed files with 69 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ const Brand: FC<Props> = ({
deleteBrand(brand.id);
}
};
// Rendering the Todo component
// Rendering the Brands component
return (
<div className="flex items-center gap-2 p-4 border-gray-200 border-solid border rounded-lg">
{/* Checkbox for marking the todo as done */}