Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: milestone icons (#9870)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Jaoude <[email protected]>
  • Loading branch information
Kamaruddheen and eddiejaoude authored Dec 7, 2023
1 parent f9fd2e8 commit 61a5c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/user/UserMilestone.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function UserMilestone({ milestone, isGoal, manage }) {
<div className="flex space-x-3 grow">
{milestone.icon && (
<DisplayIcon
className={`h-8 w-8 rounded-full ${manage ? "ml-12" : "ml-0"}`}
className={`h-8 w-8 ${manage ? "ml-12" : "ml-0"}`}
/>
)}
<div className="flex-1 space-y-1">
Expand Down

0 comments on commit 61a5c35

Please sign in to comment.