chakra-ui / chakra-ui-docs

Documentation website for chakra ui
https://chakra-ui.com
MIT License
299 stars 478 forks source link

Update usage.mdx of Link Overlay #1648

Closed Umid221 closed 5 months ago

Umid221 commented 10 months ago

📝 Description

href of inner links of LinkBox and LinkOverlays were the same. It was confusing for users to see how the LinkOverlay component works when other anchor tags existed inside the LinkBox. I changed the href of the inner links. As well as, some little grammar and punctuation errors fixed.

⛳️ Current behavior (updates)

<LinkOverlay href='#' ... <Box as='a' href='#' ...

🚀 New behavior

<LinkOverlay href='#'... <Box as='a' href='#inner-link' ...

Some grammar and punctuation fixes

💣 Is this a breaking change (Yes/No): No

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
chakra-ui-docs ✅ Ready (Inspect) Visit Preview Oct 30, 2023 7:12am
cschroeter commented 5 months ago

@Umid221

Thanks mate.