Skip to content

Commit

Permalink
chore: Merge prerelease/minor into prerelease/major
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Aug 21, 2024
1 parent c65ec79 commit 7f377cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/preview-react/divider/stories/examples/Basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ interface ProfileCardProps {
const ProfileCard = ({id, name, bio}: ProfileCardProps) => (
<div className={profileCardStyles}>
<Avatar
size={Avatar.Size.xl}
size="extraLarge"
url={`https://avatars.githubusercontent.com/u/${id}?v=4`}
altText={`${name}'s avatar`}
className={profileCardAvatarStyles}
Expand Down

0 comments on commit 7f377cd

Please sign in to comment.