Skip to content

Commit

Permalink
feat: change bioosFirst image count
Browse files Browse the repository at this point in the history
  • Loading branch information
QhdJiaYou committed Jun 21, 2024
1 parent b7ed8cb commit 61bdd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/comment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SlideWide = ({ imageSrc, dir }) => {
);
};
const imageCommentSrc = getIncrementArray(10);
const imageFirstBioOSSrc = getIncrementArray(81);
const imageFirstBioOSSrc = getIncrementArray(5);

export const CommentCard = () => (
// <Slide imageSrc={imageCommentSrc} dir={"teacher"} />
Expand Down

0 comments on commit 61bdd13

Please sign in to comment.