mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-21 18:55:16 +02:00
refactor(tabs): update default chat tab title for clarity; adjust TabBar styles for improved layout and hover effects
This commit is contained in:
parent
04f9f7dfc1
commit
331589275b
2 changed files with 27 additions and 21 deletions
|
|
@ -136,7 +136,7 @@ export const syncChatTabAtom = atom(
|
|||
const newTab: Tab = {
|
||||
id: tabId,
|
||||
type: "chat",
|
||||
title: title || `Chat ${chatId}`,
|
||||
title: title || "New Chat",
|
||||
chatId,
|
||||
chatUrl,
|
||||
searchSpaceId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue