Update ClineProvider.ts

This commit is contained in:
Frostbourne 2025-02-28 14:26:08 -08:00 committed by GitHub
parent bb902f9b6b
commit 6fe1015310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -468,7 +468,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
<meta http-equiv="Content-Security-Policy" content="${csp.join("; ")}">
<link rel="stylesheet" type="text/css" href="${stylesUri}">
<link href="${codiconsUri}" rel="stylesheet" />
<title>Roo Code</title>
<title>Cline</title>
</head>
<body>
<div id="root"></div>