From 04a720bf7f266f3f17a551a99832929ee15908e6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 22 Aug 2023 15:22:40 +0300 Subject: [PATCH] dashboard: remove the unused bootstrap-icons.css We should revisit this later because it's a lot simpler for people to just include the CSS than copy around tens of icons, even if it leads to unused CSS --- site/content/docs/5.3/examples/dashboard-rtl/index.html | 1 - site/content/docs/5.3/examples/dashboard/index.html | 1 - 2 files changed, 2 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 ffdd9d100f..d0a71f67b7 100644 --- a/site/content/docs/5.3/examples/dashboard-rtl/index.html +++ b/site/content/docs/5.3/examples/dashboard-rtl/index.html @@ -3,7 +3,6 @@ layout: examples title: قالب لوحة القيادة direction: rtl extra_css: - - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css" - "../dashboard/dashboard.rtl.css" extra_js: - src: "https://cdn.jsdelivr.net/npm/chart.js@4.3.2/dist/chart.umd.js" diff --git a/site/content/docs/5.3/examples/dashboard/index.html b/site/content/docs/5.3/examples/dashboard/index.html index d060048b6a..508e8b8c4c 100644 --- a/site/content/docs/5.3/examples/dashboard/index.html +++ b/site/content/docs/5.3/examples/dashboard/index.html @@ -2,7 +2,6 @@ layout: examples title: Dashboard Template extra_css: - - "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.min.css" - "dashboard.css" extra_js: - src: "https://cdn.jsdelivr.net/npm/chart.js@4.3.2/dist/chart.umd.js"