diff options
| author | XhmikosR <[email protected]> | 2023-08-02 21:12:18 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-02 21:12:18 +0300 |
| commit | 913efd78c63990eecf27a4b755b4221a266ff3b0 (patch) | |
| tree | 0793c8ff282575619a3c1c6a41b4da2eab5d9ad8 | |
| parent | 742f5c92cfe57d530eb8d6f2d92d21f690005e24 (diff) | |
| download | bootstrap-913efd78c63990eecf27a4b755b4221a266ff3b0.tar.xz bootstrap-913efd78c63990eecf27a4b755b4221a266ff3b0.zip | |
examples: update 3rd-party packages (#38994)
| -rw-r--r-- | site/content/docs/5.3/examples/dashboard-rtl/index.html | 6 | ||||
| -rw-r--r-- | site/content/docs/5.3/examples/dashboard/index.html | 6 |
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" --- |
