Open brandondong opened 2 years ago
Links on the Colors and Palettes page are not showing up properly.
"install and integrate Nord in your own projects" and "color swatches for your favorite applications" are supposed to be inline links.
They are rendered as div's.
div
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";.
import Link from "atoms/core/Link";
Description
Links on the Colors and Palettes page are not showing up properly.
Steps to Reproduce
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";
.