From 6fa050702813e33101550f50ebb9190e2f4a7324 Mon Sep 17 00:00:00 2001 From: Marco Bottaro Date: Wed, 18 Sep 2024 16:51:09 +0200 Subject: [PATCH] Fix the label of the guide links on the overview page --- .changeset/eighty-dingos-move.md | 5 +++++ .../components/organisms/PostIntegration/PostIntegration.tsx | 2 +- .../nextjs-website/src/lib/strapi/makeProps/makeOverviews.ts | 2 +- apps/nextjs-website/src/messages/it.json | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/eighty-dingos-move.md diff --git a/.changeset/eighty-dingos-move.md b/.changeset/eighty-dingos-move.md new file mode 100644 index 0000000000..5f32f8a05c --- /dev/null +++ b/.changeset/eighty-dingos-move.md @@ -0,0 +1,5 @@ +--- +"nextjs-website": patch +--- + +Fix the label of the guide links on the overview page diff --git a/apps/nextjs-website/src/components/organisms/PostIntegration/PostIntegration.tsx b/apps/nextjs-website/src/components/organisms/PostIntegration/PostIntegration.tsx index a649e2ac4e..6b79f3de6e 100644 --- a/apps/nextjs-website/src/components/organisms/PostIntegration/PostIntegration.tsx +++ b/apps/nextjs-website/src/components/organisms/PostIntegration/PostIntegration.tsx @@ -68,7 +68,7 @@ const PostIntegration = ({ )} {guides && ( - + {guides && guides.map((props, index) => (