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 8caf0678d8..dd83fa7185 100644 --- a/apps/nextjs-website/src/components/organisms/PostIntegration/PostIntegration.tsx +++ b/apps/nextjs-website/src/components/organisms/PostIntegration/PostIntegration.tsx @@ -69,7 +69,7 @@ const PostIntegration = ({ )} {guides && guides.length > 0 && ( - + {guides && guides.map((props, index) => (