diff --git a/client/src/components/Nav/ClearConvos.jsx b/client/src/components/Nav/ClearConvos.jsx index 1236631d9f..12ff90ab07 100644 --- a/client/src/components/Nav/ClearConvos.jsx +++ b/client/src/components/Nav/ClearConvos.jsx @@ -25,13 +25,13 @@ export default function ClearConvos() { return ( - Clear conversations - + {theme === 'dark' ? : } {mode} - + ); } diff --git a/client/src/components/Nav/ExportConversation/index.jsx b/client/src/components/Nav/ExportConversation/index.jsx index 7548c48374..155fc1cbf6 100644 --- a/client/src/components/Nav/ExportConversation/index.jsx +++ b/client/src/components/Nav/ExportConversation/index.jsx @@ -23,7 +23,7 @@ export default function ExportConversation() { return ( <> - Export conversation - + {user?.display || user?.username || 'USER'} Log out - + ); }