From 4c79170ff9a68da4f47ce1716e85c875ea6f68b5 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" <26071571+TGlide@users.noreply.github.com> Date: Thu, 19 Jun 2025 02:22:04 +0100 Subject: [PATCH] brand --- README.md | 2 +- src/app.html | 2 +- src/routes/account/+page.svelte | 2 +- src/routes/account/api-keys/+page.svelte | 2 +- src/routes/account/customization/+page.svelte | 2 +- src/routes/account/models/+page.svelte | 2 +- src/routes/chat/+layout.svelte | 2 +- src/routes/chat/[id]/+page.svelte | 2 +- src/routes/share/[id]/+page.svelte | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 29e30d3..bc7424e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Thom Chat + thom.chat

thom-chat

diff --git a/src/app.html b/src/app.html index 4afcbd3..fc6715b 100644 --- a/src/app.html +++ b/src/app.html @@ -4,7 +4,7 @@ - Thom Chat + thom.chat %sveltekit.head% diff --git a/src/routes/account/+page.svelte b/src/routes/account/+page.svelte index 4baf726..8d0ed81 100644 --- a/src/routes/account/+page.svelte +++ b/src/routes/account/+page.svelte @@ -31,7 +31,7 @@ - Account | Thom.chat + Account | thom.chat

Account Settings

diff --git a/src/routes/account/api-keys/+page.svelte b/src/routes/account/api-keys/+page.svelte index fc32ccf..b496fe9 100644 --- a/src/routes/account/api-keys/+page.svelte +++ b/src/routes/account/api-keys/+page.svelte @@ -43,7 +43,7 @@ - API Keys | Thom.chat + API Keys | thom.chat
diff --git a/src/routes/account/customization/+page.svelte b/src/routes/account/customization/+page.svelte index 4933301..35c511c 100644 --- a/src/routes/account/customization/+page.svelte +++ b/src/routes/account/customization/+page.svelte @@ -55,7 +55,7 @@ - Customization | Thom.chat + Customization | thom.chat

Customization

diff --git a/src/routes/account/models/+page.svelte b/src/routes/account/models/+page.svelte index f8a04c5..a0bb89a 100644 --- a/src/routes/account/models/+page.svelte +++ b/src/routes/account/models/+page.svelte @@ -56,7 +56,7 @@ - Models | Thom.chat + Models | thom.chat

Available Models

diff --git a/src/routes/chat/+layout.svelte b/src/routes/chat/+layout.svelte index ffbfbe5..2939a35 100644 --- a/src/routes/chat/+layout.svelte +++ b/src/routes/chat/+layout.svelte @@ -369,7 +369,7 @@ - Chat | Thom.chat + Chat | thom.chat - {conversation.data?.title} | Thom.chat + {conversation.data?.title} | thom.chat
diff --git a/src/routes/share/[id]/+page.svelte b/src/routes/share/[id]/+page.svelte index 91d89e4..fe406ed 100644 --- a/src/routes/share/[id]/+page.svelte +++ b/src/routes/share/[id]/+page.svelte @@ -31,7 +31,7 @@ {conversationQuery.data?.title || 'Shared Chat'} | Shared Chat - +