summaryrefslogtreecommitdiff
path: root/extension/react-app/src/pages/history.tsx
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-09-06 23:15:25 -0700
committerGitHub <noreply@github.com>2023-09-06 23:15:25 -0700
commitbc8a559563f4aab88fa6d7d8ecd3109656be9f30 (patch)
treeaa6c63206336fbf9d74e3374d64ad3979464f5db /extension/react-app/src/pages/history.tsx
parent5d317dca54cc471cabd0e6defb8bd580a1b97ebd (diff)
downloadsncontinue-bc8a559563f4aab88fa6d7d8ecd3109656be9f30.tar.gz
sncontinue-bc8a559563f4aab88fa6d7d8ecd3109656be9f30.tar.bz2
sncontinue-bc8a559563f4aab88fa6d7d8ecd3109656be9f30.zip
adjusting some design review notes (#462)
Co-authored-by: Nate Sesti <sestinj@gmail.com>
Diffstat (limited to 'extension/react-app/src/pages/history.tsx')
-rw-r--r--extension/react-app/src/pages/history.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/pages/history.tsx b/extension/react-app/src/pages/history.tsx
index 85d5e6d7..8582a40f 100644
--- a/extension/react-app/src/pages/history.tsx
+++ b/extension/react-app/src/pages/history.tsx
@@ -78,7 +78,7 @@ function History() {
onClick={() => navigate("/")}
className="inline-block ml-4 cursor-pointer"
/>
- <h1 className="text-2xl font-bold m-4 inline-block">History</h1>
+ <h1 className="text-xl font-bold m-4 inline-block">History</h1>
</div>
{workspacePaths && workspacePaths.length > 0 && (
<CheckDiv
@@ -116,7 +116,7 @@ function History() {
navigate("/");
}}
>
- <div className="text-lg">{session.title}</div>
+ <div className="text-md">{session.title}</div>
<div className="text-gray-400">
{parseDate(session.date_created).toLocaleString("en-US", {
weekday: "short",