web
web copied to clipboard
Incorrectly rendered links in Colors and Palettes page
Description
Links on the Colors and Palettes page are not showing up properly.
Steps to Reproduce
- Navigate to https://www.nordtheme.com/docs/colors-and-palettes
Expected Behavior
"install and integrate Nord in your own projects" and "color swatches for your favorite applications" are supposed to be inline links.
Actual Behavior
They are rendered as div's.
Additional Context

Potential Solution
It looks to me like https://github.com/arcticicestudio/nord-docs/blob/main/content/docs/colors-and-palettes/index.mdx?plain=1 might be missing import Link from "atoms/core/Link";.