@ammarkhalidfarooq/dashboard-package 0.5.31 → 0.5.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8357,7 +8357,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8357
8357
|
md: 6,
|
|
8358
8358
|
sx: {
|
|
8359
8359
|
mt: "6px",
|
|
8360
|
-
paddingTop: "0px !important"
|
|
8360
|
+
paddingTop: "0px !important",
|
|
8361
|
+
paddingLeft: "6px !important"
|
|
8361
8362
|
},
|
|
8362
8363
|
children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
|
|
8363
8364
|
title: "Source breakdown",
|
|
@@ -8407,7 +8408,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8407
8408
|
md: 6,
|
|
8408
8409
|
sx: {
|
|
8409
8410
|
mt: "6px",
|
|
8410
|
-
paddingTop: "0px !important"
|
|
8411
|
+
paddingTop: "0px !important",
|
|
8412
|
+
paddingLeft: "6px !important"
|
|
8411
8413
|
},
|
|
8412
8414
|
children: /*#__PURE__*/jsxRuntime.jsx(GeographyCard, {
|
|
8413
8415
|
subtitle: "Top countries by organic traffic",
|