From 44a3a220ae03c02f66ab794c6558644cfed892e6 Mon Sep 17 00:00:00 2001 From: Lars Rickert Date: Fri, 24 Jan 2025 10:54:33 +0100 Subject: [PATCH] fix typo --- .changeset/fast-flies-try.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fast-flies-try.md b/.changeset/fast-flies-try.md index d945b0171..c8216b60d 100644 --- a/.changeset/fast-flies-try.md +++ b/.changeset/fast-flies-try.md @@ -12,5 +12,5 @@ Example for "John Middlename Doe": - Previously: "JM" - Now: "JD" -Tee `label` property has been removed in favor of `username` which now als supports passing a locale for determining the initials (will use the i18n locale by default). +The `label` property has been removed in favor of `username` which now als supports passing a locale for determining the initials (will use the i18n locale by default). The default slot has been removed in favor of the `initials` property to set custom initials.