mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
fix: info tooltip text
This commit is contained in:
parent
4976b4648c
commit
f4dd6d38c5
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ export function ChatHeader({ readOnly = false }: { readOnly?: boolean}) {
|
|||
</EditChatModal>
|
||||
</>
|
||||
) : (
|
||||
<Tooltip label="Chat Settings">
|
||||
<Tooltip label="What is this?">
|
||||
<a href="https://deta.space/discovery" target="_blank">
|
||||
<ActionIcon size="xl">
|
||||
<IconInfoCircle size={20} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue