summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/pages')
-rw-r--r--extension/react-app/src/pages/history.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/pages/history.tsx b/extension/react-app/src/pages/history.tsx
index 01cb71e0..63024e36 100644
--- a/extension/react-app/src/pages/history.tsx
+++ b/extension/react-app/src/pages/history.tsx
@@ -148,7 +148,7 @@ function History() {
}
return workspacePaths.includes(session.workspace_directory);
}).length === 0 && (
- <div className="text-center my-4">
+ <div className="text-center m-4">
No past sessions found. To start a new session, either click the "+"
button or use the keyboard shortcut: <b>Option + Command + N</b>
</div>