diff --git a/site/content/docs/5.0/examples/dashboard-rtl/dashboard.js b/site/content/docs/5.0/examples/dashboard-rtl/dashboard.js
index 2e348137c6..7831fa9d09 100644
--- a/site/content/docs/5.0/examples/dashboard-rtl/dashboard.js
+++ b/site/content/docs/5.0/examples/dashboard-rtl/dashboard.js
@@ -3,7 +3,7 @@
(function () {
'use strict'
- feather.replace()
+ feather.replace({ 'aria-hidden': 'true' })
// Graphs
var ctx = document.getElementById('myChart')
diff --git a/site/content/docs/5.0/examples/dashboard-rtl/index.html b/site/content/docs/5.0/examples/dashboard-rtl/index.html
index a927041593..daef89a14b 100644
--- a/site/content/docs/5.0/examples/dashboard-rtl/index.html
+++ b/site/content/docs/5.0/examples/dashboard-rtl/index.html
@@ -18,11 +18,11 @@ extra_js:
-
+
@@ -125,11 +125,11 @@ extra_js:
- # |
- عنوان |
- عنوان |
- عنوان |
- عنوان |
+ # |
+ عنوان |
+ عنوان |
+ عنوان |
+ عنوان |
diff --git a/site/content/docs/5.0/examples/dashboard/dashboard.css b/site/content/docs/5.0/examples/dashboard/dashboard.css
index 8b0fa7253b..e1099fbb31 100644
--- a/site/content/docs/5.0/examples/dashboard/dashboard.css
+++ b/site/content/docs/5.0/examples/dashboard/dashboard.css
@@ -52,7 +52,7 @@ body {
}
.sidebar .nav-link.active {
- color: #007bff;
+ color: #2470dc;
}
.sidebar .nav-link:hover .feather,
diff --git a/site/content/docs/5.0/examples/dashboard/dashboard.js b/site/content/docs/5.0/examples/dashboard/dashboard.js
index d3f5499285..7c2402ae2e 100644
--- a/site/content/docs/5.0/examples/dashboard/dashboard.js
+++ b/site/content/docs/5.0/examples/dashboard/dashboard.js
@@ -3,7 +3,7 @@
(function () {
'use strict'
- feather.replace()
+ feather.replace({ 'aria-hidden': 'true' })
// Graphs
var ctx = document.getElementById('myChart')
diff --git a/site/content/docs/5.0/examples/dashboard/dashboard.rtl.css b/site/content/docs/5.0/examples/dashboard/dashboard.rtl.css
index 2406ce5ccb..a88226ecfd 100644
--- a/site/content/docs/5.0/examples/dashboard/dashboard.rtl.css
+++ b/site/content/docs/5.0/examples/dashboard/dashboard.rtl.css
@@ -48,7 +48,7 @@ body {
}
.sidebar .nav-link.active {
- color: #007bff;
+ color: #2470dc;
}
.sidebar .nav-link:hover .feather,
diff --git a/site/content/docs/5.0/examples/dashboard/index.html b/site/content/docs/5.0/examples/dashboard/index.html
index 21d78e47f2..04c187dbc1 100644
--- a/site/content/docs/5.0/examples/dashboard/index.html
+++ b/site/content/docs/5.0/examples/dashboard/index.html
@@ -17,11 +17,11 @@ extra_js:
-
+
@@ -124,11 +124,11 @@ extra_js:
- # |
- Header |
- Header |
- Header |
- Header |
+ # |
+ Header |
+ Header |
+ Header |
+ Header |