add title to page title
This commit is contained in:
parent
a929787fe9
commit
232b7e72ca
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>{conversation.data?.title} | Thom.chat</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex h-full flex-1 flex-col py-4">
|
||||
{#each messages.data ?? [] as message (message._id)}
|
||||
<Message {message} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue