diff --git a/apps/web/index.html b/apps/web/index.html
index 0322f2d019..cd0c7a4d7e 100644
--- a/apps/web/index.html
+++ b/apps/web/index.html
@@ -11,7 +11,7 @@
href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..800;1,9..40,300..800&display=swap"
rel="stylesheet"
/>
-
T3 Code (Alpha)
+ T3 Code
diff --git a/apps/web/src/components/ChatMarkdown.tsx b/apps/web/src/components/ChatMarkdown.tsx
index 9663d158eb..b364a8e3a1 100644
--- a/apps/web/src/components/ChatMarkdown.tsx
+++ b/apps/web/src/components/ChatMarkdown.tsx
@@ -243,7 +243,7 @@ function ChatMarkdown({ text, cwd, isStreaming = false }: ChatMarkdownProps) {
a({ node: _node, href, ...props }) {
const targetPath = resolveMarkdownFileLinkTarget(href, cwd);
if (!targetPath) {
- return ;
+ return ;
}
return (