[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:
guru_sainath
2024-06-19 14:01:24 +05:30
committed by GitHub
parent f12232cca0
commit 896a89a83a

View File

@@ -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}
/>
) : (