@@ -321,7 +321,7 @@ export default function SettingsModal({ isOpen, onClose, activeTab = "account" }
321321 const showNotificationExample = ( ) => {
322322 if ( notificationsEnabled ) {
323323 toast ( "New Document Added" , {
324- description : "John Doe shared a document with you: 'Project Proposal.pdf'" ,
324+ description : "Bart Simpson shared a document with you: 'Project Proposal.pdf'" ,
325325 action : {
326326 label : "View" ,
327327 onClick : ( ) => {
@@ -625,7 +625,7 @@ export default function SettingsModal({ isOpen, onClose, activeTab = "account" }
625625 < img src = "https://github.com/shadcn.png" alt = "User Avatar" />
626626 </ Avatar >
627627 < div className = "space-y-1" >
628- < h2 className = "text-xl font-semibold" > John Doe </ h2 >
628+ < h2 className = "text-xl font-semibold" > Bart Simpson </ h2 >
629629 < Badge variant = "outline" className = "bg-blue-50 text-blue-700 border-blue-200 cursor-pointer hover:bg-blue-100 px-2 py-1" >
630630 @johndoe
631631 </ Badge >
@@ -648,7 +648,7 @@ export default function SettingsModal({ isOpen, onClose, activeTab = "account" }
648648 < ActionItem
649649 icon = { < AtSignIcon size = { 18 } /> }
650650 label = "Email Address"
651- description = "john.doe @example.com"
651+ description = "bart.simpson @example.com"
652652 actionLabel = "Change"
653653 onClick = { ( ) => { } }
654654 />
@@ -1119,7 +1119,7 @@ export default function SettingsModal({ isOpen, onClose, activeTab = "account" }
11191119 < ExportDataModal
11201120 isOpen = { showExportModal }
11211121 onClose = { ( ) => setShowExportModal ( false ) }
1122- email = "john.doe @example.com"
1122+ email = "bart.simpson @example.com"
11231123 onExportComplete = { handleExportComplete }
11241124 notificationsEnabled = { notificationsEnabled }
11251125 playSound = { playSound }
0 commit comments