mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-16 19:59:37 +00:00
Fix typo
This commit is contained in:
@@ -7,7 +7,7 @@ const getHtml = (isTelemetryEnabled: boolean) => `<!DOCTYPE html>
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Claude Code Chat</title>5
|
<title>Claude Code Chat</title>
|
||||||
${styles}
|
${styles}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user