mirror of
https://github.com/makeplane/plane.git
synced 2025-12-28 16:06:33 +01:00
[WEB-1627] chore: updated the styling of user profile in active cycle header (#441)
* fix: validating and showing proper alert estimate point has to be taken greater than 0 in create and update * chore: updated the styling of user profile in active cycle header * chore: updated the styling
This commit is contained in:
@@ -55,9 +55,7 @@ export const ActiveCycleHeader: FC<ActiveCycleHeaderProps> = (props) => {
|
||||
{cycleOwnerDetails?.avatar && cycleOwnerDetails?.avatar !== "" ? (
|
||||
<img
|
||||
src={cycleOwnerDetails?.avatar}
|
||||
height={18}
|
||||
width={18}
|
||||
className="rounded-full"
|
||||
className="rounded-full flex-shrink-0 w-5 h-5 object-cover"
|
||||
alt={cycleOwnerDetails?.display_name}
|
||||
/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user