- Issue created by @megan_m
- 🇨🇷Costa Rica alemadlei
Hello!
An easier way to stop the link from being clickable is by adding some CSS to your theme.
.sdc-styleguide-explorer__component-title .sdc-styleguide-explorer__demo-link { pointer-events: none; }
That should stop it from taking the user to the component form.