Fix comment

This commit is contained in:
Cory LaViska
2020-07-28 08:41:55 -04:00
parent 919d75c022
commit f02a09b697

View File

@@ -29,7 +29,7 @@ export class Avatar {
/** Initials to use as a fallback when no image is available (1-2 characters max recommended). */
@Prop() initials = '';
/** Initials to use as a fallback when no image is available (1-2 characters max recommended). */
/** The shape of the avatar. */
@Prop() shape: 'circle' | 'square' | 'rounded' = 'circle';
connectedCallback() {