Skip to content

Commit cf3a2a3

Browse files
minor
1 parent e54e634 commit cf3a2a3

File tree

3 files changed

+18
-172
lines changed

3 files changed

+18
-172
lines changed

app/package-lock.json

Lines changed: 17 additions & 170 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"dependencies": {
1515
"axios": "^0.19.0",
16-
"sanitize-html": "^1.20.1",
1716
"sirv-cli": "^0.4.4"
1817
},
1918
"scripts": {

src/app-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function AppPageHtml(contextPath: string, panel: WebviewPanel) {
1717
<meta name='viewport' content='width=device-width'>
1818
<meta http-equiv="Content-Security-Policy" content="default-src 'self';frame-src https://giphy.com/; connect-src https://api.stackexchange.com/2.2/; img-src vscode-resource: https:; script-src vscode-resource:; style-src vscode-resource: 'unsafe-inline';" />
1919
20-
<title> Learn In Visual Studio Code </title>
20+
<title> Stack Overflow View </title>
2121
2222
<link rel='stylesheet' href='${cssGlobal}'>
2323
<link rel='stylesheet' href='${cssBundle}'>

0 commit comments

Comments
 (0)