We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b1aafd + 26a6838 commit 6064447Copy full SHA for 6064447
package/src/components/Avatar/Avatar.tsx
@@ -47,7 +47,7 @@ export type AvatarProps = {
47
};
48
49
/**
50
- * Avatar - A round avatar image with fallback to user's initials
+ * Avatar - A round avatar image with fallback to user's initials.
51
*/
52
export const Avatar: React.FC<AvatarProps> = (props) => {
53
const {
0 commit comments