We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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";
.The text was updated successfully, but these errors were encountered: