Add Part comments
This commit is contained in:
@@ -14,7 +14,7 @@ const PartsList = ({ parts }) => {
|
||||
to={routes.part2({userName: user?.userName, partTitle: title})}
|
||||
>
|
||||
<div className="flex items-center p-2 bg-gray-200 border-gray-300 rounded-t-lg border-t border-l border-r">
|
||||
<div className="w-8 h-8 overflow-hidden rounded-full border border-indigo-300 shadow max-w-xs">
|
||||
<div className="w-8 h-8 overflow-hidden rounded-full border border-indigo-300 shadow">
|
||||
<ImageUploader
|
||||
className=""
|
||||
onImageUpload={() => {}}
|
||||
|
||||
Reference in New Issue
Block a user