From ee1703abdcd41afa1b186c7ae5cadbf3f5cdcbd8 Mon Sep 17 00:00:00 2001 From: Juliet Date: Wed, 25 Feb 2026 15:47:19 +0100 Subject: [PATCH] update descriptions --- src/views/home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home.tsx b/src/views/home.tsx index 7a6c4cf..65cc7e5 100644 --- a/src/views/home.tsx +++ b/src/views/home.tsx @@ -145,7 +145,7 @@ export const Home = () => { : "lucide--user-round" } title={sessions[agent()!.sub]?.handle ?? agent()!.sub} - description="View your repo" + description="View your repository" accent="blue" /> @@ -187,7 +187,7 @@ export const Home = () => { href="/car" icon="lucide--folder-archive" title="Archive" - description="Explore CAR files" + description="Unpack CAR files" accent="violet" /> -- 2.51.2