Browse Source

Updates codicons cache hash

main
Eric Amodio 1 year ago
parent
commit
610e029069
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      src/webviews/apps/commitDetails/commitDetails.html
  2. +1
    -1
      src/webviews/apps/home/home.html
  3. +1
    -1
      src/webviews/apps/plus/account/account.html
  4. +1
    -1
      src/webviews/apps/plus/focus/focus.html
  5. +1
    -1
      src/webviews/apps/plus/graph/graph.html
  6. +1
    -1
      src/webviews/apps/plus/timeline/timeline.html
  7. +1
    -1
      src/webviews/apps/rebase/rebase.html
  8. +1
    -1
      src/webviews/apps/settings/settings.html
  9. +1
    -1
      src/webviews/apps/welcome/welcome.html

+ 1
- 1
src/webviews/apps/commitDetails/commitDetails.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/home/home.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/plus/account/account.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
</style>
</head>

+ 1
- 1
src/webviews/apps/plus/focus/focus.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/plus/graph/graph.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/plus/timeline/timeline.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
@font-face {
font-family: 'glicons';

+ 1
- 1
src/webviews/apps/rebase/rebase.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
</style>
</head>

+ 1
- 1
src/webviews/apps/settings/settings.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
</style>
</head>

+ 1
- 1
src/webviews/apps/welcome/welcome.html View File

@ -6,7 +6,7 @@
@font-face {
font-family: 'codicon';
font-display: block;
src: url('#{webroot}/codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa') format('truetype');
src: url('#{webroot}/codicon.ttf?2ab61cbaefbdf4c7c5589068100bee0c') format('truetype');
}
@font-face {
font-family: 'glicons';

Loading…
Cancel
Save