Removing `<Link />` styling
Is there a way to fully remove any default
<Link /> styling? The styling in our app is handled by Mantine's NavLink component. Wondering if there's a default way of removing styling or passing something like unstyled to the Link component. Thanks!