diff options
| author | XhmikosR <[email protected]> | 2019-11-07 11:20:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-07 11:20:12 +0200 |
| commit | c3fa502d32d78f580760500fe1b91bd0f04b845c (patch) | |
| tree | 72184b2bffd7856624a663b6ee7d9ad6c91e5dd1 | |
| parent | 1d30e05cafd986b1ca067edd20570899b0ad9e94 (diff) | |
| download | bootstrap-c3fa502d32d78f580760500fe1b91bd0f04b845c.tar.xz bootstrap-c3fa502d32d78f580760500fe1b91bd0f04b845c.zip | |
dashboard/index.html: update feather-icons to v4.24.1 (#29651)
| -rw-r--r-- | site/content/docs/4.3/examples/dashboard/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/examples/dashboard/index.html b/site/content/docs/4.3/examples/dashboard/index.html index 8531fc651..e11188ce6 100644 --- a/site/content/docs/4.3/examples/dashboard/index.html +++ b/site/content/docs/4.3/examples/dashboard/index.html @@ -4,8 +4,8 @@ title: Dashboard Template extra_css: - "dashboard.css" extra_js: - - src: "https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.22.1/feather.min.js" - integrity: "sha384-tEnKX7JRZR3t38wJHXt8BT5ppaydaUUN2CeogIibPz/xb1U+6veCoNuqGVMMXUMm" + - src: "https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.24.1/feather.min.js" + integrity: "sha384-EbSscX4STvYAC/DxHse8z5gEDaNiKAIGW+EpfzYTfQrgIlHywXXrM9SUIZ0BlyfF" - src: "https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" integrity: "sha384-QzN1ywg2QLsf72ZkgRHgjkB/cfI4Dqjg6RJYQUqH6Wm8qp/MvmEYn+2NBsLnhLkr" - src: "dashboard.js" |
