Skip to content

Commit

Permalink
[UPDATED] project
Browse files Browse the repository at this point in the history
  • Loading branch information
MONTASIM committed Sep 19, 2023
1 parent 2e9cfb3 commit ce89ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/ProjectCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const ProjectCard = ({ project, noImage, noMember }) => {
</div>
</dl>

<div className="flex items-center justify-between mt-7">
<ul className="flex items-center">
<div className="flex items-center justify-between mt-7 w-full">
<ul className="flex items-center w-3/4">
{project?.members?.length > 0 && project?.members?.slice(0, 5).map(userItem => (
<li key={userItem?.user?.username+project._id} className="m-[-8px]">
{userItem.user && userItem.user.profileImage &&
Expand Down

0 comments on commit ce89ebf

Please sign in to comment.