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!2 Replies
continuing-cyan•2y ago
Link has no styles
It’s just an a tag
conscious-sapphireOP•2y ago
Gotcha, ok. Thanks, Tanner!