@treely/strapi-slices 7.9.0 → 7.10.0

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.
@@ -3663,7 +3663,7 @@ var ProjectsMap = function ProjectsMap(_ref) {
3663
3663
  createRoot(ref.current).render(React.createElement(MinimalProviders, {
3664
3664
  locale: locale
3665
3665
  }, React.createElement(MapMarker, {
3666
- title: project.title,
3666
+ title: project.friendlyName || project.title,
3667
3667
  isPublic: project.isPublic,
3668
3668
  portfolioHost: project.portfolioHost,
3669
3669
  slug: project.slug,