This commit is contained in:
Thomas G. Lopes 2025-06-19 02:22:04 +01:00
parent 46211ca111
commit 4c79170ff9
9 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<div align="center"> <div align="center">
<img src="static/favicon.png" alt="Thom Chat" width="180" height="180"> <img src="static/favicon.png" alt="thom.chat" width="180" height="180">
<h1>thom-chat</h1> <h1>thom-chat</h1>
</div> </div>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Thom Chat</title> <title>thom.chat</title>
%sveltekit.head% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover"> <body data-sveltekit-preload-data="hover">

View file

@ -31,7 +31,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Account | Thom.chat</title> <title>Account | thom.chat</title>
</svelte:head> </svelte:head>
<h1 class="text-2xl font-bold">Account Settings</h1> <h1 class="text-2xl font-bold">Account Settings</h1>

View file

@ -43,7 +43,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>API Keys | Thom.chat</title> <title>API Keys | thom.chat</title>
</svelte:head> </svelte:head>
<div> <div>

View file

@ -55,7 +55,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Customization | Thom.chat</title> <title>Customization | thom.chat</title>
</svelte:head> </svelte:head>
<h1 class="text-2xl font-bold">Customization</h1> <h1 class="text-2xl font-bold">Customization</h1>

View file

@ -56,7 +56,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Models | Thom.chat</title> <title>Models | thom.chat</title>
</svelte:head> </svelte:head>
<h1 class="text-2xl font-bold">Available Models</h1> <h1 class="text-2xl font-bold">Available Models</h1>

View file

@ -369,7 +369,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Chat | Thom.chat</title> <title>Chat | thom.chat</title>
</svelte:head> </svelte:head>
<Sidebar.Root <Sidebar.Root

View file

@ -58,7 +58,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>{conversation.data?.title} | Thom.chat</title> <title>{conversation.data?.title} | thom.chat</title>
</svelte:head> </svelte:head>
<div class="flex h-full flex-1 flex-col py-4"> <div class="flex h-full flex-1 flex-col py-4">

View file

@ -31,7 +31,7 @@
<svelte:head> <svelte:head>
<title>{conversationQuery.data?.title || 'Shared Chat'} | Shared Chat</title> <title>{conversationQuery.data?.title || 'Shared Chat'} | Shared Chat</title>
<meta name="description" content="A shared conversation from Thom.chat" /> <meta name="description" content="A shared conversation from thom.chat" />
</svelte:head> </svelte:head>
<div class="min-h-screen"> <div class="min-h-screen">