diff --git a/src/components/EmailHeader/EmailHeader.stories.mdx b/src/components/EmailHeader/EmailHeader.stories.mdx
index 76c852b..c78b4ec 100644
--- a/src/components/EmailHeader/EmailHeader.stories.mdx
+++ b/src/components/EmailHeader/EmailHeader.stories.mdx
@@ -1,52 +1,66 @@
-import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
+import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import EmailHeader from './EmailHeader';
-Displays an email header with name, email, time sent, and recipients if present.
-
-
+
-Default usage, without props.
+Displays an email header with name, email, time sent, and recipients if present.
+### Basic Usage w/o Props
-
-With `datetime`, `from_name` and `from_email` props. When `first_name` is passed, the [UserAvatar](/?path=/story/authprovider--page) will display the first letter of the name.
+
+### Single Sender and Recipient
+When the `first_name` prop is passed, the user's avatar is replaced with the first letter of that prop.
-You can add to/cc data by passing `to` and `cc` props.
-
+### To and Cc Fields
\ No newline at end of file
+
+
+
\ No newline at end of file