@treely/strapi-slices 5.1.0 → 5.1.1

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.
@@ -4522,7 +4522,7 @@ var CustomerCard = function CustomerCard(_ref) {
4522
4522
  color: "gray.500",
4523
4523
  mb: "2"
4524
4524
  }, customerStory.customerCardCustomerIndustry), customerStory.title && React.createElement(Heading, {
4525
- size: "xl",
4525
+ size: "md",
4526
4526
  fontWeight: "500"
4527
4527
  }, customerStory.title)), React.createElement(Box, {
4528
4528
  px: "6",
@@ -4562,7 +4562,7 @@ var CustomerQuoteCard = function CustomerQuoteCard(_ref) {
4562
4562
  })) : React.createElement(React.Fragment, null), React.createElement(Box, null, React.createElement(Box, {
4563
4563
  my: "8"
4564
4564
  }, React.createElement(Heading, {
4565
- size: "xl",
4565
+ size: "md",
4566
4566
  fontWeight: "500"
4567
4567
  }, customerStory.customerName), React.createElement(Text, {
4568
4568
  size: "xs"