From 75e803f3592d8d58e2e4953fc57711d2d26694fb Mon Sep 17 00:00:00 2001 From: Ananovo Date: Sun, 26 Jul 2026 15:05:31 +0800 Subject: [PATCH] fix(web): align session agent icons with text (#1159) --- web/src/components/SessionHeader.tsx | 2 +- web/src/components/SessionList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/SessionHeader.tsx b/web/src/components/SessionHeader.tsx index 37f591cf..2142a756 100644 --- a/web/src/components/SessionHeader.tsx +++ b/web/src/components/SessionHeader.tsx @@ -238,7 +238,7 @@ export function SessionHeader(props: {
- + {session.metadata?.flavor?.trim() || 'unknown'} {modelLabel ? ( diff --git a/web/src/components/SessionList.tsx b/web/src/components/SessionList.tsx index 805dd8e3..1c2c9ee3 100644 --- a/web/src/components/SessionList.tsx +++ b/web/src/components/SessionList.tsx @@ -875,7 +875,7 @@ function SessionItem(props: { >
- +
{sessionName}