@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.es.js
CHANGED
|
@@ -8355,7 +8355,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8355
8355
|
md: 6,
|
|
8356
8356
|
sx: {
|
|
8357
8357
|
mt: "6px",
|
|
8358
|
-
paddingTop: "0px !important"
|
|
8358
|
+
paddingTop: "0px !important",
|
|
8359
|
+
paddingLeft: "6px !important"
|
|
8359
8360
|
},
|
|
8360
8361
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
8361
8362
|
title: "Source breakdown",
|
|
@@ -8405,7 +8406,8 @@ var OrganicSection = function OrganicSection(_ref) {
|
|
|
8405
8406
|
md: 6,
|
|
8406
8407
|
sx: {
|
|
8407
8408
|
mt: "6px",
|
|
8408
|
-
paddingTop: "0px !important"
|
|
8409
|
+
paddingTop: "0px !important",
|
|
8410
|
+
paddingLeft: "6px !important"
|
|
8409
8411
|
},
|
|
8410
8412
|
children: /*#__PURE__*/jsx(GeographyCard, {
|
|
8411
8413
|
subtitle: "Top countries by organic traffic",
|