From 07792ec3d100c7e766062b46ae506c945a3e5a62 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Fri, 10 May 2024 18:38:17 -0400 Subject: [PATCH] Fixes glicon cache busting --- src/webviews/apps/commitDetails/commitDetails.html | 2 +- src/webviews/apps/home/home.html | 2 +- src/webviews/apps/plus/focus/focus.html | 2 +- src/webviews/apps/plus/graph/graph.html | 2 +- src/webviews/apps/plus/patchDetails/patchDetails.html | 2 +- src/webviews/apps/plus/timeline/timeline.html | 2 +- src/webviews/apps/shared/glicons.scss | 2 +- src/webviews/apps/welcome/welcome.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/webviews/apps/commitDetails/commitDetails.html b/src/webviews/apps/commitDetails/commitDetails.html index 08873faa26261..1edeae36b64ba 100644 --- a/src/webviews/apps/commitDetails/commitDetails.html +++ b/src/webviews/apps/commitDetails/commitDetails.html @@ -11,7 +11,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2'); + src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2'); } diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index c71787b1dd9a4..81d49bb1a05cb 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -11,7 +11,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2'); + src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2'); } diff --git a/src/webviews/apps/plus/focus/focus.html b/src/webviews/apps/plus/focus/focus.html index eca41c278bba0..0352a17b1501f 100644 --- a/src/webviews/apps/plus/focus/focus.html +++ b/src/webviews/apps/plus/focus/focus.html @@ -11,7 +11,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2'); + src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2'); } :root { diff --git a/src/webviews/apps/plus/graph/graph.html b/src/webviews/apps/plus/graph/graph.html index 8a04f6dc5135f..8285498b0033e 100644 --- a/src/webviews/apps/plus/graph/graph.html +++ b/src/webviews/apps/plus/graph/graph.html @@ -11,7 +11,7 @@ @font-face { font-family: 'glicons'; font-display: block; - src: url('#{root}/dist/glicons.woff2?dad08d268d2dcf65dd621c2a98c8220c') format('woff2'); + src: url('#{root}/dist/glicons.woff2?6ae679c0cde70af8c802b5257e2354a4') format('woff2'); }