Skip to content

Commit

Permalink
chore: self review
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas committed Oct 31, 2024
1 parent 6ae4ebf commit 728bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/components/Common/AvatarGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Tooltip from '@/components/Common/Tooltip';

import styles from './index.module.css';

export type AvatarGroupProps = {
type AvatarGroupProps = {
avatars: Array<AvatarProps & { url?: string }>;
limit?: number;
isExpandable?: boolean;
Expand Down

0 comments on commit 728bfde

Please sign in to comment.