Update Avatar.stories.tsx

This commit is contained in:
Nate Kelley 2025-04-09 14:36:16 -06:00
parent d73d780d5a
commit 29967dcd34
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 6 additions and 0 deletions

View File

@ -62,3 +62,9 @@ export const ProblematicLeadingCharacter: Story = {
name: 'jared yes @'
}
};
export const WithEmail: Story = {
args: {
name: 'jared@yes.com'
}
};