From 716b73dd58e71f15f74d59cb38b3e513b02c8b39 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Thu, 26 Jan 2023 07:56:43 +0000 Subject: [PATCH] docs: grouped links (#4003) --- pages/docs/how-to-guides/links.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/docs/how-to-guides/links.mdx b/pages/docs/how-to-guides/links.mdx index 5c51975512c..3a923bd3cf7 100644 --- a/pages/docs/how-to-guides/links.mdx +++ b/pages/docs/how-to-guides/links.mdx @@ -56,6 +56,10 @@ To add more links add another object inside the links collection. For example: _Clicks on these social shortcuts that match any of your links will also increment their respective counters_ +### What Links with grouping looks like + +![LinkFree profile with grouped links](https://user-images.githubusercontent.com/624760/214538171-099cac71-d2f7-49a8-b3bb-2747506a1bac.png) + export default ({ children }) => ( {children} );