diff --git a/images/C.svg b/images/C.svg
index 7dad81a1..8f9f089e 100644
--- a/images/C.svg
+++ b/images/C.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/CT.svg b/images/CT.svg
index 2189bb97..1e69a291 100644
--- a/images/CT.svg
+++ b/images/CT.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/CTB.svg b/images/CTB.svg
index 7c03827a..5a944f64 100644
--- a/images/CTB.svg
+++ b/images/CTB.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/EL.svg b/images/EL.svg
index b059c78d..7f758399 100644
--- a/images/EL.svg
+++ b/images/EL.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/PL.svg b/images/PL.svg
index 7d5a70ba..19ecc89b 100644
--- a/images/PL.svg
+++ b/images/PL.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/PLR.svg b/images/PLR.svg
index b3e0c7ef..3415f229 100644
--- a/images/PLR.svg
+++ b/images/PLR.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/T.svg b/images/T.svg
index 3d4db2c8..3e69708e 100644
--- a/images/T.svg
+++ b/images/T.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/TB.svg b/images/TB.svg
index 15f781ad..51d4f7a2 100644
--- a/images/TB.svg
+++ b/images/TB.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/images/TT.svg b/images/TT.svg
index 1e069a01..b75bce43 100644
--- a/images/TT.svg
+++ b/images/TT.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/pipeline/preview.ts b/src/pipeline/preview.ts
index 3401c759..cf7a9fd6 100644
--- a/src/pipeline/preview.ts
+++ b/src/pipeline/preview.ts
@@ -153,8 +153,8 @@ export class PipelinePreview extends Disposable {
private getImagesUri(): { [key: string]: string } {
const result: { [key: string]: string } = Object.create(null);
- result['task'] = this.editor.webview.asWebviewUri(vscode.Uri.file(path.join(contextGlobalState.extensionPath, 'images', 'task.png'))).toString();
- result['clustertask'] = this.editor.webview.asWebviewUri(vscode.Uri.file(path.join(contextGlobalState.extensionPath, 'images', 'clustertask.png'))).toString();
+ result['task'] = this.editor.webview.asWebviewUri(vscode.Uri.file(path.join(contextGlobalState.extensionPath, 'images', 'T.svg'))).toString();
+ result['clustertask'] = this.editor.webview.asWebviewUri(vscode.Uri.file(path.join(contextGlobalState.extensionPath, 'images', 'CT.svg'))).toString();
return result;
}