aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-08-02 21:12:18 +0300
committerGitHub <[email protected]>2023-08-02 21:12:18 +0300
commit913efd78c63990eecf27a4b755b4221a266ff3b0 (patch)
tree0793c8ff282575619a3c1c6a41b4da2eab5d9ad8
parent742f5c92cfe57d530eb8d6f2d92d21f690005e24 (diff)
downloadbootstrap-913efd78c63990eecf27a4b755b4221a266ff3b0.tar.xz
bootstrap-913efd78c63990eecf27a4b755b4221a266ff3b0.zip
examples: update 3rd-party packages (#38994)
-rw-r--r--site/content/docs/5.3/examples/dashboard-rtl/index.html6
-rw-r--r--site/content/docs/5.3/examples/dashboard/index.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/site/content/docs/5.3/examples/dashboard-rtl/index.html b/site/content/docs/5.3/examples/dashboard-rtl/index.html
index 6fb4a63aa..ffdd9d100 100644
--- a/site/content/docs/5.3/examples/dashboard-rtl/index.html
+++ b/site/content/docs/5.3/examples/dashboard-rtl/index.html
@@ -3,11 +3,11 @@ layout: examples
title: قالب لوحة القيادة
direction: rtl
extra_css:
- - "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
+ - "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
- "../dashboard/dashboard.rtl.css"
extra_js:
- - src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js"
- integrity: "sha384-gdQErvCNWvHQZj6XZM0dNsAoY4v+j5P1XDpNkcM3HJG1Yx04ecqIHk7+4VBOCHOG"
+ - src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.js"
+ integrity: "sha384-eI7PSr3L1XLISH8JdDII5YN/njoSsxfbrkCTnJrzXt+ENP5MOVBxD+l6sEG4zoLp"
- src: "dashboard.js"
---
diff --git a/site/content/docs/5.3/examples/dashboard/index.html b/site/content/docs/5.3/examples/dashboard/index.html
index db84bd68d..d060048b6 100644
--- a/site/content/docs/5.3/examples/dashboard/index.html
+++ b/site/content/docs/5.3/examples/dashboard/index.html
@@ -2,11 +2,11 @@
layout: examples
title: Dashboard Template
extra_css:
- - "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
+ - "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
- "dashboard.css"
extra_js:
- - src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.min.js"
- integrity: "sha384-gdQErvCNWvHQZj6XZM0dNsAoY4v+j5P1XDpNkcM3HJG1Yx04ecqIHk7+4VBOCHOG"
+ - src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/chart.umd.js"
+ integrity: "sha384-eI7PSr3L1XLISH8JdDII5YN/njoSsxfbrkCTnJrzXt+ENP5MOVBxD+l6sEG4zoLp"
- src: "dashboard.js"
---