Skip to content

Commit

Permalink
Change authored review badge
Browse files Browse the repository at this point in the history
  • Loading branch information
js0mmer committed Oct 10, 2024
1 parent a8fe1d7 commit 9c938fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/src/component/Review/SubReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ const SubReview: FC<SubReviewProps> = ({ review, course, professor }) => {

const authorBadge = (
<OverlayTrigger overlay={authorOverlay}>
<PersonFill size={25} fill="green"></PersonFill>
<Badge variant="success" style={{ padding: '1px' }}>
<PersonFill size={14}></PersonFill>
</Badge>
</OverlayTrigger>
);

Expand Down

0 comments on commit 9c938fc

Please sign in to comment.