diff --git a/.changeset/fast-flies-try.md b/.changeset/fast-flies-try.md index c1d291a848..ffe365e8c1 100644 --- a/.changeset/fast-flies-try.md +++ b/.changeset/fast-flies-try.md @@ -3,3 +3,12 @@ --- refactor(OnyxAvatar): update default initials + +Previously the initials were taken from the first two words. Now they will be used from the first and last word. + +Example for "John Middlename Doe": + +- Previously: "JM" +- Now: "JD" + +The default slot has been removed in favor of the `initials` property to set custom initials.