From 0e80d18925f1512aa647db7ef1d3c75de464a5ae Mon Sep 17 00:00:00 2001 From: mrevanzak Date: Sun, 30 Jun 2024 01:45:01 +0700 Subject: [PATCH] fix(web): styling touchup on mobile's history chat --- apps/web/src/components/history-list.tsx | 2 +- apps/web/src/components/sidebar/sidebar-user.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/history-list.tsx b/apps/web/src/components/history-list.tsx index ba1d0dc..bf82ae6 100644 --- a/apps/web/src/components/history-list.tsx +++ b/apps/web/src/components/history-list.tsx @@ -85,7 +85,7 @@ export function HistoryList(props: { id: string; title: string }) { ) : (

{props.title}

)} -
+
{edit ? (